From 355db3997b98ad8d0c37fd101ffb09b52c6f1bbe Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 28 Oct 2023 19:14:13 +0800 Subject: [PATCH] 2023-10-14, update for kktix next button. --- chrome_tixcraft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 91afd42..f3d012d 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -3377,7 +3377,7 @@ def kktix_confirm_order_button(driver): # : 2: /events/xxx/registrations/new # : This is ONLY for case-1, because case-2 lenght >5 def kktix_events_press_next_button(driver): - is_button_clicked = force_press_button(driver, By.CSS_SELECTOR,'div.tickets a.btn-point') + is_button_clicked = force_press_button(driver, By.CSS_SELECTOR,'.tickets > a.btn-point') return is_button_clicked # : This is for case-2 next button.