MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / chromeNotInstalledError

Function chromeNotInstalledError

js/botasaurus-js/src/playwright.ts:141–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139};
140
141function 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}
145let isChromeInstalled = true;
146
147function createPlaywright<I>(

Callers 2

performPlaywrightFunction · 0.85
runPlaywrightFunction · 0.85

Calls 2

getBotasaurusStorageFunction · 0.90
setItemMethod · 0.45

Tested by

no test coverage detected