Need help to fix Selenium code issue
Budget: $10 – $30 USD
i have my selenium code but thats not running proplery may be due to selenium update or because of chrome latest version (chrome Version 116.0.5845.141(stable upcomming chromedriver) and selenium version = 4.11.0) , i have tried firefox , edge all browsers but no luck.
this code somtimes launch browser after 10-20 minutes.
here is code:
from selenium import webdriver
import undetected_chromedriver as uc
import time
# driver = uc.Chrome()
# driver.get("https://verify.poketwo.net/captcha/972366585350205510")
# print(driver.current_url) # https://www.nowsecure.nl/
# print(driver.title) # nowSecure
# time.sleep(1000)
options = webdriver.ChromeOptions()
# options.headless = True
options.add_argument("start-maximized")
options.add_experimental_option("excludeSwitches", ["enable-automation"])
options.add_experimental_option('useAutomationExtension', False)
driver = uc.Chrome(options=options)
driver.get('https://verify.poketwo.net/captcha/972366585350205510')
and i dont know how to roll back to old chrome version that works best !
If you can fix code let me know bcz i am 100% sure there is something wrong with chrome version or selnium version.
please bid if you can do otherwise no need to bid thanks !
this code somtimes launch browser after 10-20 minutes.
here is code:
from selenium import webdriver
import undetected_chromedriver as uc
import time
# driver = uc.Chrome()
# driver.get("https://verify.poketwo.net/captcha/972366585350205510")
# print(driver.current_url) # https://www.nowsecure.nl/
# print(driver.title) # nowSecure
# time.sleep(1000)
options = webdriver.ChromeOptions()
# options.headless = True
options.add_argument("start-maximized")
options.add_experimental_option("excludeSwitches", ["enable-automation"])
options.add_experimental_option('useAutomationExtension', False)
driver = uc.Chrome(options=options)
driver.get('https://verify.poketwo.net/captcha/972366585350205510')
and i dont know how to roll back to old chrome version that works best !
If you can fix code let me know bcz i am 100% sure there is something wrong with chrome version or selnium version.
please bid if you can do otherwise no need to bid thanks !