-
Hi,
I am using selenium-server-standalone-2.8.0 with DotNet webdriver 2.8. And I tested both on Opera 11.50 and 11.51, it seems Operadriver cannot handle javascript alert popup window. The follow lin…
-
In class OperaDriver on row 1166:
OperaIntervals.WAIT_FOR_ELEMENT.setValue(0L);
This destroys the setup of my driver:
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
-
When trying to launch Opera WebDriver from Java (Version 0.7 from maven repository) with one of the following codes:
``` java
DesiredCapabilities operaCapabilities = DesiredCapabilities.opera();
WebD…
-
I installed Opera 11.52 and am trying to use the Selenium webdriver bindings for Python to launch Opera with the Remote interface (Python bindings don't support Opera directly). Opera starts to launch…
-
Hi everyone,
I'm trying to test my Selenium 2 tests in Opera, exactly on Windows XP.
My tests are written in Java. And, to test the connection to Opera, only 'WebDriver driver = new OperaDriver();' i…
-
For example,
new Actions(driver).contextClick(element).perform();
-
Not sure where else to ask this question, so posting here in the issue list.
What is the officially supported Opera versions for OperaDriver? The Selenium Wiki says only 11.5 and higher is support…
-
Plase make the OperaDriver class extend the RemoteWebDriver class, because this class contains all the interfaces needed for testing. In my testcases i want to switch between the driver implementation…
-
Hi,
is it possible to provide the operadriver (releases/snapshots) via a maven repository?
That would be a much more convenient way to get the files.
thanks in advance,
cheers,
Andy
-
Having trouble getting Opera to launch from Examples. Had to manually add Opera environment vars in windows 7 for OPERA_PATH and OPERA_LAUNCHER and still had to hardcode the path to the binary launch…