-
Originally reported on Google Code with ID 5616
```
Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best…
-
Originally reported on Google Code with ID 5439
```
What steps will reproduce the problem?
1. On the local PC create WebDriver with "new OperaDriver(capabilities)"
and single capability opera.auto…
-
Originally reported on Google Code with ID 3996
```
I run my tests in Opera. When it try to upload file with this command:
driver.findElement(By.id("js-avatar-upload")).sendKeys(file_path);
Opera op…
-
Originally reported on Google Code with ID 6094
```
Opera is not registered as driver at selenium nodes due NoClassDefFoundError
Here is log:
--------------------------------------------------------…
-
Originally reported on Google Code with ID 5390
```
[opera] Empty screenshot is generated at site based at frames
What steps will reproduce the problem?
1. open http://www.angelfire.com/super/badweb…
-
Originally reported on Google Code with ID 1836
```
This patch adds a `T convertFromPngBytes(byte[] png);` method to OutputType, and implements
it for the existing BYTES, FILE and BASE64 types.
I'm …
-
Originally reported on Google Code with ID 3302
```
What steps will reproduce the problem?
1. Execute the following code with operadriver in the Grid
WebElement element = driver.findElements(By.id("…
-
Originally reported on Google Code with ID 3952
```
If you open a window with no name then Opera will set a name to the window.
This means that switch_to_window('') that works in Firefox will not wo…
-
Originally reported on Google Code with ID 5272
```
I've been unsuccessful using Opera with the Ruby bindings, as of Selenium 2.30.0.
In its simplest invocation, I see the following:
irb(main):004:…
-
Originally reported on Google Code with ID 1513
```
When finding elements by XPath, the different drivers show different behavior if the
passed XPath expression does not select elements, for example:…