()
| 139 | }; |
| 140 | |
| 141 | function chromeNotInstalledError() { |
| 142 | getBotasaurusStorage().setItem("isChromeInstalled", false ) |
| 143 | return new Error('Google Chrome is not installed on your system. This tool requires Google Chrome to run. Please visit https://www.google.com/chrome/ to download and install Google Chrome.'); |
| 144 | } |
| 145 | let isChromeInstalled = true; |
| 146 | |
| 147 | function createPlaywright<I>( |
no test coverage detected