-
## System
* Version: 2.32
* Platform: Windows (both 64bit + 32bit)
* Firefox: N/A
* Selenium: N/A
## Testcase
* Download the binary from GitHub Releases.
* Extract the archive
* Navigate to …
-
OS: Win 10 64 bit
Opera: 62.0.3331.99
operadriver: 75.0.3770.100
Error Log:
test setup failed
self =
def _set_driver(self):
if self.browser == 'opera':
…
-
```
docker run -it cleclerc/java-build-tools bash
python
```
```
from selenium import webdriver
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
driver = web…
-
### Feature and motivation
I recently faced a weird bug where returning from a function would cause the browser to close and Selenium to complain they couldn't reach the driver. Turned out, my `Servi…
-
i am a selenium webdriver with java learner. While trying to automate opera browser 63rd version with opera driver recent release it is showing can not find binaries could any one help with issue how …
-
**User story**
As a citrus test developer, I want to be able to use all Browsers provided by selenium in my citrus test cases, so that I'm able to use all browsers to test my application.
**Additi…
-
At the moment, with WebDriver, you can trivially wait until after the load event has fired before taking a screenshot. However, not everything delays the load event (see HTML's notion of "critical sub…
-
I created [Windows installers](https://github.com/Phaka/phaka-selenium-installer) for Selenium and downloaded the binary from the releases page on this repository and I'm installing it as is. The obj…
-
When I use your templates in OSE 3.1 and selenium 2.53.1 encounter some problems with the node-firefox image. It needs to have access to /opt/selenium, if I relax that condition it starts up fine, reg…
-
Hi,
When fetching a page (/session/:sessionId/url) or submitting a form, page load timeout is properly done.
I mean, if I get source page immediatly after executing these commands, the output retriev…
ychab updated
9 years ago