javascript

0 min read

Extending Selenium from the client driver

Selenium is a web page testing tool that we use a lot at my work. It can be extended by supplying it with a user-extensions.js file. We’re extending our test application to include support for Selenium Grid.