-
**Describe your question with as much detail as possible**
When running tests on IE10, after a passing test we get this error:
```
Worker Error:
Error: Command not found: GET /session/8dbb4082-c94…
-
Hi,
I'm running a simple test (against standalone selenium server at version 3.14.0) that fails at `waitForElementVisible()`:
```
$ cat sites/www.google.com.js
module.exports = {
'Google\'s …
-
I searched for an element by looking for its Automation ID, and found it. I clicked another element, but this did not cause original element to disappear from view. Then I searched for original elemen…
-
Hello,
I am running a test calling a selenoid grid, from NodeJS with webdriver.io. The test gets queued, and I don't find an indication as to what is preventing the grid to fulfill the request.
…
-
Hi, i am using S::R::D 1.22, geckodriver 0.19.1, selenium-server-standalone-3.8.1 and firefox 55.0.3.
I have a silly webpage that uses iframes. I can switch into the iframe and do things there with…
-
When using Mocha and trying to use the setValue command the following error happens on the `1.0.4` release:
```
Error while running .setElementValue() protocol action: undefined
An error occ…
-
On our codebase we make extensive use of this sort of setup:
```js
// myPage.js
elements: {
myElement: '#mySelector'
}
// myCustomCommand.js
exports.command = function(selector) {
…
-
My current scenario is that I am in the process of upgrading our test repository from 0.9 -> 1.0 however after following the wiki and getting the tests to start, some basic actions are performed corre…
-
When creating a new session, geckodriver returns a response like this:
```
{"value": {"sessionId":"...","capabilities":{...}}}
```
Nightwatch.js can't parse this correctly, so it doesn't work.…
-
Hi,
as discussed here: https://groups.google.com/forum/#!topic/selenium-remote-driver/u_yAGsdxuNs the question is how to start firefox with a given profile folder. The suggested solution, to use
…