79642953

Date: 2025-05-28 20:25:58
Score: 1
Natty:
Report link

Try this:

from selenium import webdriver
from selenium.webdriver.chrome.options import Options

optionss = Options()
optionss.add_argument("--start-maximized")
optionss.add_argument("--disable-popup-blocking")
optionss.add_argument("--ignore-certificate-errors")
driver = webdriver.Chrome(options=optionss)

If you already doing this, please show us all code.

Reasons:
  • Whitelisted phrase (-2): Try this:
  • RegEx Blacklisted phrase (2.5): please show us
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex William