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
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")
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: