You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: waiter#RunAndWait maybe cause deadlock. (#555)
for errChan cap is 1 and receive both event timeout err and callback err( block on the err for errChan handle receiving(wait#waitFunc) after callback send err(waiter#RunAndWait) ).
feat: remove hardcoded subdirectories to RunOptions.DriverDirectory a…
…nd PLAYWRIGHT_DRIVER_PATH (#501)
BREAKING CHANGE: When specifying the playwright driver directory via `RunOptions.DriverDirectory` or the `PLAYWRIGHT_DRIVER_PATH` environment variable, you need to point directly to the directory of the corresponding version. The previously hard-coded `ms-playwright-go/x.xx.x` subdirectory is now only applies to the default cache directory.
feat: use `PLAYWRIGHT_DRIVER_PATH` environment variable as driver cac…
…he directory (#485)
Co-authored-by: Can Stand <70889873+canstand@users.noreply.github.com>