add exception handling for possible redefinition of document focus handlers

This commit is contained in:
Carl Furtado
2026-08-20 10:43:07 -04:00
parent a089b1f209
commit af2eb68940
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ keyboard = mimic_typing.KeyboardUtils(driver)
rewards = rewards_tasks.RewardsTaskUtils(driver)
rewards.complete_required_searches()
rewards.complete_all_tasks()
input("Press Enter to exit...")