-
Howdy!
I'm facing quite strange behaviour that seems to be related with custom commands, screenshots on failure and cucumber. The problem is that failing scenario is causing a freeze of subsequent …
-
## Describe the bug
When running using the `selenium/standalone-chrome-debug` Docker image to provide a browser in CI as well as in local tests, tests all fail with a complaint about unescaped char…
-
## Describe the bug
The result structure of getText() method is different on Firefox and Chrome. Session and status fields are missing on firefox.
## Sample test
sampleTest.js
```js
/…
-
## Describe the bug
Using the execute method provided by Nightwatch, and after copying it straight from the documentation, and simply changing the argument passed in, I get an error. The error states…
-
## Describe the bug
I'm seeing issues when running tests on the selenium grid. On a remote grid with nodes connected, Chrome seems to work fine - however, Firefox and IE do not seem to find the …
-
In v12.x of Safari they changed the safaridriver, so now you have to set use_legacy_jsonwire: false in the nightwatch config. After setting that in the config the waitForElementVisible() command no lo…
-
There is no `GET /sessions` method in [current WebDriver JSON API](https://w3c.github.io/webdriver/#sessions) so [get_sessions method](https://metacpan.org/pod/Selenium::Remote::Driver#get_sessions) w…
-
Trying to execute "is_selected" on a select html element does not give you the selected element. This seems to be because we are checking for the "checked" property instead of the "selected" property …
-
Using FF v66, WebElement uses get_property instead of get_attribute for a class and returns an empty value
{
command "getElementProperty",
id "24851d23-cb09-475b-ac8c-5db2604254aa…
-
When I try to create driver instance it raises error:
"Could not create new session: Server returned error code 500 and no data"
```
my $driver = Test::Selenium::Remote::Driver->new(
'browser_n…