-
`Rod Version: v0.114.8`
This is my startup code:
```go
path, hasPath := launcher.LookPath()
if !hasPath {
panic("chrome not found")
}
fmt.Println("path found", path)
l := launcher.…
-
Over the past few weeks, we've been working on integrating BiDi support into Playwright and running our test suite using the new protocol. We're pleased to see significant progress in BiDi implementat…
-
hi sodatea.
i have a problem with vite and your plugin and web browser automation drives (like puppeteer and webdriverio)
this packages need libraries like fs and i used your plugin for support …
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I refreshed the page and this issue still occurred.
-…
-
We have a bunch of functionality that is in JavaScript, but nothing that really tests that side of the project. To prevent regressions, such as we've just seen with https://github.com/pallets-eco/flas…
-
We agreed at the F2F meeting yesterday that we should plan to eventually provide WebDriver automation hooks, similar to [FedCM](https://fedidcg.github.io/FedCM/#automation) and [WebAuthn](https://www.…
-
-
Thank you for this great app, it's incredibly easy to use. One issue I'm having is when I go to an angular ASP.NET app website that normally works in a regular browser and other browser automation too…
-
### Describe the bug
The action "resolve conversation" is not working in the new version 3.8.0 but it was working correctly in the previous version 3.7.0
### To Reproduce
1. Create a custom attribu…
-
## Description
The current iteration of the WebAuthn spec supports automated testing via an integration with WebDriver. This support should be extended to support WebDriver BiDi. The work here is l…