-
Check function Shutdown.
ghost updated
7 years ago
-
Any plans for selenium 3 support?
At least from [minimal testing](https://travis-ci.org/ezsystems/ezplatform/jobs/187229788#L738) it seems certain parts have changed:
```
WebDriver\Exception\Unkn…
-
Hi. The Firefox and IE drivers for Selenium now use the W3C Wire Protocol rather than the original JSON Wire Protocol. The two are very similar, but the 'Actions' APIs are very different. Are there an…
-
Hi,
I would like to use `etaoin 0.1.6` with a selenium in docker:
`docker run -p 4444:4444 selenium/standalone-firefox:3.4.0-chromium`
I am trying to connect the following way:
```clojure
…
erdos updated
7 years ago
-
## The problem
On Safari 10.1, setViewportSize doesn't work. I'm using the test from the [docs](http://webdriver.io/api/window/setViewportSize.html#Usage)
```
it('should resize the current viewpo…
treaz updated
7 years ago
-
## The problem
I'm currently implementing a proxy-based webdriver wrapper for real (old mobile) browsers. I tried to get webdriverio connected to my webdriver server (via `host` and `port` configur…
-
I'm writing [a small tool that stresses webpages with random input](https://github.com/morkeleb/clickmonkey).
It occasionally runs into authentication dialogs opening. I'd like to interact with the…
-
I read many times the documentation but I can't iterate over elements:
```
var runner = webdriverjs
.remote(options)
.init()
.url("http://www.google.com")
.getTagName('a')
```
And af…
-
## The problem
There are no any exceptions for the following commands: `alertAccept`, `alertDismiss`, `alertText`.
```js
exports.config = {
mochaOpts: { timeout: 60 * (60 * 1000) },
};
```
…
-
I am using the webdriver in combination with behat. Since the release of 1.4.2 we are getting unusable error messages from the php web-driver
Example:
```
Feature: xxx
Scenario: yyy …