-
I'm on Windows7. Safari 5.1.7
I have copy SafariOption.java on my project workspace and execute this code
SafariOptions options = new SafariOptions();
options.addExtensions(new File("pathToMyExtensio…
-
Hello! I hope someone can help me with my problem.
I use selenium 2.17.0
Run my tests on virtual mashine with windows 7
Opera version 11.60
When I run test in opera, it opens opera:debug page and not…
-
Hello!
I'm try use and understand Opera Mobile Driver with Mobile Emulator running a WebDriver script, like I found on this blog post http://dev.opera.com/articles/view/introducing-mobile-browser-auto…
-
Hi,
how to start Opera via RemoteWebDriver with proxy settings?
this does not work
``` java
DesiredCapabilities cap = DesiredCapabilities.opera();
Proxy proxy = new Proxy();
proxy.setHttpProxy(prox…
-
Hi,
I am trying to configure OperaDriver with Opera Mobile. When I follow the tutorial on http://code.google.com/p/selenium/wiki/OperaDriver the tests fail on:
```
FINE: opera: Unknown/incorrect opt…
-
I use white background in my console and after I run tests using OperaDriver I must reset its state, because the OperaDriver sets font color to white (light gray) and the text isn't readable.
I sugge…
-
We can ultimately edit the preferences file via OperaProfile.preferences(), but is there a way to edit the trusted_repositories.ini file and add sites to the [whitelist] category via OperaDriver?
-
I'm using the Java API with Selenium-WebDriver 2 to test against Opera. My setup:
- Mac OSX Lion
- OperaDriver 0.9
- Selenium-WebDriver 2.16.0
- Opera 11.6
When I find a link using XPath, click on it…
-
I was trying to run very simply perl test case in opera browser 11.01 and below versions like 11.00, 10.64 and others, even if i add all capabilities that are mentioned in opera driver its not running…
-
I see this topic in both the open and closed issues, but decided to open a new one as it's time for me to really delve into this issue. It would be greatly appreciated if we can work closely to resol…