Skip to content

Commit

Permalink
2024-04-09, for hong kong events issue #221
Browse files Browse the repository at this point in the history
  • Loading branch information
Max authored and Max committed Apr 19, 2024
1 parent fe22914 commit c3f7a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome_tixcraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -2443,6 +2443,7 @@ def kktix_press_next_button(driver):
try:
#print("click on last button")
but_button_list[button_count-1].click()
time.sleep(0.3)
ret = True
except Exception as exc:
print(exc)
Expand Down
3 changes: 3 additions & 0 deletions nodriver_tixcraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ async def nodriver_kktix_press_next_button(tab):
try:
#print("click on last button")
await but_button_list[button_count-1].click()
time.sleep(0.3)
ret = True
except Exception as exc:
print(exc)
Expand Down Expand Up @@ -768,6 +769,8 @@ async def nodriver_kktix_reg_new_main(tab, config_dict, fail_list, played_sound_
play_sound_while_ordering(config_dict)
played_sound_ticket = True

is_finish_checkbox_click = await nodriver_check_checkbox(tab, 'input[type="checkbox"]')

# whole event question.
fail_list, is_question_popup = await nodriver_kktix_reg_captcha(tab, config_dict, fail_list, registrationsNewApp_div)

Expand Down

0 comments on commit c3f7a11

Please sign in to comment.