What's Changed
- chore: roll to Playwright v1.40.1 by @canstand in #394
SetInputFiles
now supports both file paths and InputFile objects, files can be one of: string, []string, InputFile, []InputFile
- refactor(transport): handle transport error, no more log.Fatal by @canstand in #395
BREAKING CHANGE
ErrPlaywright
wraps all Playwright errorsErrTimeout
wraps all timeout errors and replacesTimeoutError
Full Changelog: v0.3900.1...v0.4000.0