selenium-wire icon indicating copy to clipboard operation
selenium-wire copied to clipboard

Using selenium-wire to load the url will automatically skip the selection certificate pop-up box, if using selenium to load the url, the certificate selection pop-up box will be displayed for the user to choose

Open yinyerong opened this issue 1 year ago • 1 comments

1.Using selenium-wire to load the url will automatically skip the selection certificate pop-up box, and the failure to select the certificate will cause the subsequent process to be abnormal. 2.If you use selenium to load the url, a certificate selection pop-up box will appear, which is normal.

code is hear: option = webdriver.ChromeOptions() driver = webdriver.Chrome(GOOGLE_DRIVER_PATH, options=option) driver.request_interceptor = interceptor while True: driver.get("https://127.0.0.1/99") time.sleep(5) print(driver.requests) driver.quit()

yinyerong avatar Apr 24 '23 17:04 yinyerong

Did you solve this? Having the same problem

juanOwl avatar Oct 18 '23 19:10 juanOwl