-
## Describe the bug
Nightwatch does not throw any error while running selenium-server locally if Java is not installed on the system.
## Sample test
sampleTest.js
```js
// Any tes…
-
I have this failure, but not sure where it's coming from exactly...
```
Missing hash key: "status" (KeyError)
from /Users/jeremywoertink/.asdf/installs/crystal/0.31.1/src/hash.cr:0:9 in …
-
I have found that `get_text()` is not working and just returns blank string and I have to do `get_attribute('innerText')` instead to get the text. I have version 1.42 installed.
```
$lang_text = …
-
My goal is to run Undetected-Chromedriver sessions in Python and then take control of the browser with php and phpwebdriver.
I start by running the following code in Python:
```python
import un…
-
In PHPUnit 8, TestListener and TestListenerDefaultImplenentation are deprecated.
This is preventing PHPUnit_Selenium from supporting PHPUnit 8.*
-
Results differ between PhantomJS and Chrome while testing Stripe iframe functionality with the local version of the page at http://indietech.org/summit …
(Not a showstopper for us at the moment as we…
-
Espresso can't generate the source document
```
java.lang.NoSuchFieldException: INJECT_INPUT_EVENT_MODE_ASYNC\n\tat androidx.test.espresso.base.InputManagerEventInjectionStrategy.initialize(InputM…
-
### Description of the bug/issue
When my async page object calls an async custom command and I call the page object command in my test without the await keyword if there is a TimeoutError in the un…
-
### Description of the bug/issue
When I run my test with screenshots enabled on failure and my test fails I expect a screenshot to be saved under the screenshots directory of the current browser sc…
-
### Description of the bug/issue
When I run `npm init nightwatch` to setup Nightwatch 3.1.1, select TypeScript end-to-end testing, and run npx nightwatch I expect the sample tests to run, but instead…