-
buildSrc overcomplicates the build and makes upgrading more difficult.
A lot of people reference the results of create-app in determining how to upgrade their existing app. People are finding the …
-
Traceback (most recent call last):
File "C:\Users\Basu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\c…
-
Here is my python file
```python
import unittest
import argparse
from pathlib import Path
from appium.options.common import AppiumOptions
from appium import webdriver
class MyTestCase(uni…
-
A test failed on a tracked branch
```
WebDriverError: disconnected: not connected to DevTools
(failed to check if window was closed: disconnected: not connected to DevTools)
(Session info: chrome…
-
Hi,
Language: Groovy
EdgeWebDriver Version: 111.0.1661.43 x64 (not important)
Selenium : 4.8.1 (not important)
By Start Edge WebDriver (msedgedriver.exe) report following line in Windows Cons…
-
### What happened?
We are experiencing intermittent and seemingly random test failures locally and in CI where chromedriver responds with "invalid argument: 'handle' must be a string" to a call from …
-
Hello!
To make implementation easier, I have some suggestions in the code. I created certain variables, so the login details are all in one place. Not the entire code, just an example.
`import t…
-
Let's say we run an `assert.exists` with an invalid selector such as:
``` javascript
.assert.exists('h1:contains("FOoooooooooooooo")','LIAR!!!!!!!!')
```
The Webdriver response is pretty clear that …
-
Running tests doesn't seem to work at my machine:
```
dmitry.lomakin@dlomakin-mb sample-test-function % npm run test
> example@1.0.0 test /Users/dmitry.lomakin/Sources/scaling-test-execution/run-…
-
### Describe the bug
When trying to access some element for future work, like InputBox.create(), I assume the extension tester "moves the pointer" to the location of the element and due to the "hover…