-
Hi. The following piece of code worked with 2.0.7 but doesn't work anymore
```
let loginForm = {
loginAsSystemUser({ globals }) {
return this.navigate()
.waitForElementP…
-
Hi,
Am seeing an error when using `.submitForm()` with firefox. Am not seeing this issue with chrome.
**Note:** the form can be successfully submitted with `click()`.
```
Error while running …
-
```
@Test
@Ignore
public void testArrayInDictionary() {
String text = "[1,{\"a\":[2,3]}]";
final JSONWire jsonWire = new JSONWire(Marshallable.fromString(text));
…
-
nightwatch version: v1.0.18
When running a minimal test:
```
browser
.url('https://google.com')
.waitForElementPresent('body', 5000)
.end();
```
,…
-
no info at the documentation \ src ((
-
with quotes
-
Иногда обрезка может быть на названии тест-айди и тогда вообще не понятно, на что именно ругается
http://s.csssr.ru/UMYJTGU0M/2021-04-27-15-15-30-iKR2z.jpg
http://s.csssr.ru/UMYJTGU0M/2021-04-27-1…
-
Added safari browser in the configuration file.
For some reason nightwatch gives an error in the last as timeout error
I have configured my conf file as follows
desiredCapabilities: {
…
-
Hello, I have a specific issue about visible dom on my test in nightwatch with firefox (resolved with chrome).
```
Timed out while waiting for element to be present for 5000 milliseconds. - exp…
-
I observed the below error in tvOS test in ruby_lib_core test suite, but others seem good. The below is Apple side stuff. (Not WDA specific thing)
```
[Xcode] 2021-06-08 21:29:46.890282-0700 WebDriv…