-
I have downloaded the new version 1.0.37 instead of dependency convergence now i see duplicate classes in the artifact. Configure the following in the pox.xml:
```
com.ning.maven.plugins
…
-
I'm trying to get a selenium-grid-extras grid going on docker containers, but I can't get the nodes to behave. It seems to be working with phantom js ok, and I have no reason to suspect anything is wr…
-
Originally reported on Google Code with ID 5767
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
- expected to launch safari and perform a se…
-
Originally reported on Google Code with ID 2014
```
What steps will reproduce the problem?
Please run following using c# bindings
using System;
using System.Collections.ObjectModel;
using System.Li…
-
Originally reported on Google Code with ID 7164
```
Hi,
The Casting of the following drivers
• FirefoxDriver
• InternetExplorerDriver
• ChromeDriver
was working in selenium 2.39.0 but it causes …
-
I'm seeing two browser sessions are being created, but only one session is closed for every test run. Eventually this causes the selenium hub to throw an error and the tests to no longer run.
```
hub…
-
Opera has changed substantially since I last tested it, and I suspect that we may need to improve the experience. At very least we should provide a decent guide to getting Opera configured for running…
-
Serenity core imports an old version of the servlet-api, (via selenium) which causes `problems` for modern applications.
An example of such a problem might look like:
```
HTTP ERROR: 500
Problem a…
-
This line seems to be the cause of the problem.
https://github.com/pose/webdriver-manager/blob/master/lib/index.js#L42
I edited the line like this, then it worked.
``` javascript
if (/running/g.test…
-
I cannot get protractor working with an angular project, the project it self works fine when I visit the pages but with protractor I get the following, is it broken or am I doing something wrong here?…