Skip to content

Instantly share code, notes, and snippets.

View luanon404's full-sized avatar
🍡
Nhìn gì mà nhìn

GnU-Chan luanon404

🍡
Nhìn gì mà nhìn
View GitHub Profile
@luanon404
luanon404 / demo seledroid code
Last active November 17, 2023 18:16
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)