Last active
December 9, 2021 05:26
-
-
Save pratik-dani/ced24de895e563f050344683906117ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Hi @asma1214, What was the error that you were getting?
It’s rise an error, because “find_element_by_id” method is deprecated. I
did some modifications and it’s working now, it’s rise the same error till
now but the it’s doesn’t stop the code to working.
thank you for your concern.
…On Thu, 9 Dec 2021 at 8:12 AM devildani ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Hi @asma1214 <https://github.com/asma1214>, What was the error that you
were getting?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://gist.github.com/ced24de895e563f050344683906117ae#gistcomment-3989130>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWEPECHOKXHEVQUVYTPEJLTUQA3EBANCNFSM5JNHKSYA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
I have a question, can I apply the code on other websites other than the
demo?
…On Thu, 9 Dec 2021 at 8:12 AM devildani ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Hi @asma1214 <https://github.com/asma1214>, What was the error that you
were getting?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://gist.github.com/ced24de895e563f050344683906117ae#gistcomment-3989130>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWEPECHOKXHEVQUVYTPEJLTUQA3EBANCNFSM5JNHKSYA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello
I have a problem, I did the same steps but it seems didn't work with me.
can you help me, please?