-
```
The issue 253 introduced group management. Selenium tests should be added to
ensure functionality.
```
Original issue reported on code.google.com by `antonio....@gmail.com` on 7 May 2010 at 2:28…
-
Replace or complement ThinkUp's SimpleTest integration tests with browser-based tests that allow developers to step through workflows in app in a browser using Selenium http://seleniumhq.org/
-
```
What steps will reproduce the problem?
1. download selenium from http://www.openqa.org/selenium,
http://www.openqa.org/selenium-ide/ and
http://wiki.openqa.org/display/SEL/waitForCondition
2. run …
-
`http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar`
-
Refactor `JbgQ3` to use code from `jitb_selenium`. Also, write unit tests for the legacy Quiplash 3 functionality for regression testing. Finally, probably entirely reorganize `JbgQ3` to look more l…
-
### Problem Statement
If I try to run a Selenium test class (or single test) via right-click -> Run as -> testNG or using a run configuration, I get:
```bash
[RemoteTestNG] detected TestNG versio…
ghost updated
4 years ago
-
### Description of the bug/issue
When I call the `this.api.elementIdElements()` in a custom command, called from the `sync` function, on the second call it returns the `NightwatchAPI` object instea…
-
### Feature and motivation
Firefox's implementation of ChromeDevTools protocol (CDP) is half-baked and not complete. This leads to errors when trying to use certain CDP APIs and tends to cause CI fai…
-
The serverless discover context link test suite started to become flaky (5 out of the last 8 runs failed) for three tests when running against MKI.
Test file: `x-pack/test_serverless/functional/tes…
-
I know that this topic was discussed many times, but nothing works for me.
## Description
So, I have this simple code, to test if everything works:
```python
from instapy import InstaPy
from li…