heroku-buildpack-google-chrome
heroku-buildpack-google-chrome copied to clipboard
javascript error
Hello. Commands on the site that interact with javascript are not executed, and when I request html, I see how "javascript error" and more. Is it possible to enable it? Commands in selenium: chrome_options.binary_location = os.environ.get("GOOGLE_CHROME_BIN") chrome_options.add_argument("--headless") chrome_options.add_argument("--disable-dev-shm-usage") chrome_options.add_argument("--no-sandbox")