-
crawlee-python is great but often lacks stealth against modern anti-bot measures when using vanilla playwright.
[Camoufox](https://github.com/daijro/camoufox) is fully [compatible](https://camoufox.…
-
### Current Behavior
As we are migrating our e2e tests to Playwright. In this migration, we will include comprehensive tests for the Environments page. This will ensure that functionalities such as…
-
We're currently using `"@web/test-runner-playwright": "^0.11.0"`, which pulls in `playwright "^1.22.2"`. That version was released over two years ago and also uses browser versions (we use PW for Fire…
-
### Version
1.48.0
### Steps to reproduce
This is an intermittent issue. Usually it happens when switching to the Playwright UI in the Dock on macOS.
### Expected behavior
That the UI does not cr…
-
### Description
Implement more unit tests and new component tests with playwright for the frontend.
- [ ] Test `ArticleBox` components. Observe rendering on different data.
- [ ] accessibility …
n30w updated
11 hours ago
-
Hello, thanks for making this Playwright/Capybara driver!
I might be doing something wrong, but I'm having a hard time to figure out how to pass basic Playwright configuration when initializing the…
-
**- What's the scenario, what happens and what did you expect to happen?**
Fingerprint is adding spans and divs to the html body during e2e tests fired in Playwright what causes tests to fail. Also…
-
**Is your feature request related to a problem? Please describe.**
The reporter does not export its TypeScript type for the reporter configuration. This leads to potential typos not being detected an…
-
Hi, I am having trouble at the `workarena-install` step. Below is the traceback:
```
Instance: https://dev257112.service-now.com
Previous installation: never
INFO:root:An error occurred. Retry…
-
In order to work, there is another step required after the Pipfile is processed. From the command line:
```shell
pipenv shell
playwright install
```