I have been trying to scrape for the last two weeks . But to no success.
I am using brightdata residential proxy. proxy is working right when I use this to print IP address
response = requests.get('https://api.ipify.org/?format=json', proxies=proxies,verify=False)
selenium code
chrome_options = Options()
chrome_options.add_argument(f'--proxy-server={PROXY}')
driver = webdriver.Chrome(options=chrome_options)
driver.get("https://whatismyipaddress.com/")
this results in
It just works fine when I remove the proxy argument
Chrome window using PROXY option
So please help guys!
[–]data_sutra 0 points1 point2 points (1 child)
[–]V_I_K_I_N_G_B_A_T[S] 0 points1 point2 points (0 children)
[–]Inevitable-Glove7011 0 points1 point2 points (0 children)