-
Mac OS X 10.6, the Opera 11.5 version, a WebElement fails to sendKeys or Click after retrieving element. Not receiving an error message, just not actually functioning on the browser.
Using Selenium 2…
-
In the org.openqa.selenium.internal.seleniumemulation.GetText#handleSeleneseCommand() method, if the WebDriverException happened, it will use finder.findElement() to receive the element again, but in …
-
Hi,
When using opera driver 0.13/0.14, the invocation to new OperaSettings() lead to NPE:
Exception in thread "main" java.lang.NullPointerException
at java.io.File.(File.java:233)
at com.ope…
-
Hi,
we try to reuse sessions from the previous test execution to speed-up test development. The browser doesn't have to start from the scratch and only a driver instance is created (see http://arquil…
-
Hi,
in my selenium testcase i need to download files automatically in my testcase. It should be possible
to configure the opera driver in a way, so the download dialog does not show up, and the file i…
-
Latest stable Opera on WinXP, Vista or Linux, Selenium java and server 2.19 (operaDriver 0.10, latest).
I.'m testing one russian search engine. Tests contains a lot of Cyrillic and special symbols. A…
DFM86 updated
12 years ago
-
Trying to config the classpath to run tests throw command line (as batch file), which will be used later to develop a menu system tests.
oras updated
11 years ago
-
My code is as below:
```
DesiredCapabilities operaCapabilities = DesiredCapabilities.opera();
operaCapabilities.setCapability("opera.host", "127.0.0.1");
operaCapabilities.setCapability("opera.port",…
-
The following script works on Chrome and FF, but fails on Opera with the following error:
Invalid coordinates to click on
Build info: version: '2.20.0', revision: '16008', time: '2012-02-27 19:03:04'…
-
see - https://github.com/operasoftware/operadriver/issues/17
No solution yet for windows other than delete a file somewhere? Can someone please clarify the fix?