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
Current - silently fails to launch browser when the browser type has a typo or isn't a supported type
Expect - error or warning in the log plus ideally throw right away
Useful for cases when the type is specified dynamically, e.g. new PlaywrightPlugin(playwright[browserType]
The text was updated successfully, but these errors were encountered:
Current - silently fails to launch browser when the browser type has a typo or isn't a supported type
Expect - error or warning in the log plus ideally throw right away
Useful for cases when the type is specified dynamically, e.g.
new PlaywrightPlugin(playwright[browserType]
The text was updated successfully, but these errors were encountered: