Open xxshubhamxx opened 12 months ago
if not browser:
s = Service(ChromeDriverManager().install())
browser = webdriver.Chrome(
service=s,
options=self.chrome_options,
)
modify the code like this
I installed the latest version through releases but getting this error: