Last active
November 17, 2023 18:16
-
-
Save luanon404/7d7bfb2bc01571da7de1850f9be4aece to your computer and use it in GitHub Desktop.
Demo seledroid
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 seledroid import webdriver | |
wd = webdriver.Chrome(pip_mode=True) | |
wd.get("https://nowsecure.nl") | |
while wd.title != "nowSecure": | |
# Cloudflare | |
print("Url:", wd.current_url) | |
print("Title:", wd.title) |
yt.view.bot.mp4
instargram.login.mp4
demo.bypass.recaptcha.mp4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
demo.video.mp4