Skip to content

Instantly share code, notes, and snippets.

@luanon404
Last active November 17, 2023 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanon404/7d7bfb2bc01571da7de1850f9be4aece to your computer and use it in GitHub Desktop.
Save luanon404/7d7bfb2bc01571da7de1850f9be4aece to your computer and use it in GitHub Desktop.
Demo seledroid
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)
@luanon404
Copy link
Author

demo.video.mp4

@luanon404
Copy link
Author

yt.view.bot.mp4

@luanon404
Copy link
Author

instargram.login.mp4

@luanon404
Copy link
Author

demo.bypass.recaptcha.mp4

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