Made a script to patch latest selenium/standalone-chromedriver

This commit is contained in:
2025-03-01 12:33:03 +01:00
parent db9d65f445
commit 5a30cdeae5
7 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/python3
import undetected_chromedriver as uc
options = uc.ChromeOptions()
# Chromedriver is in current directory
driver = uc.Chrome(options = options, browser_executable_path="/usr/bin/google-chrome", driver_executable_path="/home/ninluc/Documents/codage/DatBrowser/undetectedChromedriver/chromedriver")
driver.get('https://nowsecure.nl')