browser-pool icon indicating copy to clipboard operation
browser-pool copied to clipboard

Warn or throw on typo or unsupported browser

Open cybairfly opened this issue 3 years ago • 0 comments

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]

cybairfly avatar Mar 18 '21 14:03 cybairfly