SeleniumBase/examples/raw_order_tickets.py

8 lines
253 B
Python
Raw Normal View History

2024-04-12 07:05:46 +08:00
from seleniumbase import SB
2024-07-06 14:41:38 +08:00
with SB(uc=True, test=True, ad_block=True) as sb:
2024-04-12 07:05:46 +08:00
url = "https://www.thaiticketmajor.com/concert/"
2024-07-06 14:41:38 +08:00
sb.uc_open_with_reconnect(url, 6.111)
sb.uc_click("button.btn-signin", 4.1)
2024-07-25 03:55:04 +08:00
sb.uc_gui_click_captcha()