-
We require to create a way to download and use all the provided webdrivers from selenium and configure it in a test.
From http://www.seleniumhq.org/projects/webdriver/
WebDriver is the name of…
-
Almost all of our uses of "getting the property" are followed by validation, but this case is not.
From IRC:
16:59 < @whimboo> gsnedders: we left it open for possible future types
16:59 < whimb…
-
Originally reported on Google Code with ID 6258
```
doing this works for chrome and firefox, to get JS console errors
Logs logsObj = wd.manage().logs();
browserlogE = logsObj.get(LogType.BROWSER);
…
-
Originally reported on Google Code with ID 4522
```
Hi,
Using Safari and Mac combination with selenium2 gives the following error:
The test did not pass since it could not verify the website certif…
-
### Pre-check
- [X] I know I can edit the docs but prefer to file this issue
### Describe the improvement
Missing documentation
### Description of the improvement / report
1Password has…
-
I cannot find any examples of nightwatch configs or clear instructions on how to run nightwatch 1.x tests against safari, even though the documentation implies that it is supported. The wiki page (htt…
-
_From @jochakovsky on October 31, 2018 1:0_
**Environment (please complete the following information):**
- **WebdriverIO version:** 4.14.0
- **Mode:** WDIO Testrunner
- **If WDIO Testrunner, ru…
-
Originally reported on Google Code with ID 7208
```
Main issue I am facing here is, when safari driver loads any invalid url or any of the
url where the server response is down, then driver.get() met…
-
On my mac it's not possible to do my tests with `safari`. This is my command line:
```
wct --browsers safari --persistent
```
And this is the error:
```
Unable to establish a connection with the Sa…
-
Originally reported on Google Code with ID 6138
```
Description
===========
It would be useful to manually configure how long you would like SafariDriver to WaitForConnection,
rather than it being ha…