Skip to content

Instantly share code, notes, and snippets.

@pratik-dani
Last active December 9, 2021 05:26
Show Gist options
  • Save pratik-dani/ced24de895e563f050344683906117ae to your computer and use it in GitHub Desktop.
Save pratik-dani/ced24de895e563f050344683906117ae to your computer and use it in GitHub Desktop.
from selenium import webdriver
import requests
import time
pageurl = 'https://www.google.com/recaptcha/api2/demo'
driver = webdriver.Chrome(executable_path=r'chromedriver_win32\chromedriver.exe')
driver.get(pageurl)
@pratik-dani
Copy link
Author

Hi @asma1214, What was the error that you were getting?

@asma1214
Copy link

asma1214 commented Dec 9, 2021 via email

@asma1214
Copy link

asma1214 commented Dec 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment