seleniumbase 4.33.10__tar.gz → 4.33.12__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (393) hide show
  1. {seleniumbase-4.33.10/seleniumbase.egg-info → seleniumbase-4.33.12}/PKG-INFO +86 -76
  2. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/README.md +77 -70
  3. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/uc_presentation_3.py +1 -1
  4. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_download_files.py +1 -1
  5. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/italian_test_1.py +4 -4
  6. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/requirements.txt +8 -5
  7. seleniumbase-4.33.12/seleniumbase/__version__.py +2 -0
  8. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/browser_launcher.py +0 -2
  9. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/log_helper.py +15 -2
  10. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/sb_cdp.py +112 -51
  11. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/base_case.py +23 -2
  12. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/page_actions.py +7 -2
  13. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/_contradict.py +3 -3
  14. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/browser.py +8 -6
  15. {seleniumbase-4.33.10 → seleniumbase-4.33.12/seleniumbase.egg-info}/PKG-INFO +86 -76
  16. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase.egg-info/requires.txt +8 -5
  17. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/setup.py +8 -5
  18. seleniumbase-4.33.10/seleniumbase/__version__.py +0 -2
  19. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/.gitignore +0 -0
  20. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/LICENSE +0 -0
  21. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/MANIFEST.in +0 -0
  22. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/__init__.py +0 -0
  23. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/basic_test.py +0 -0
  24. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/__init__.py +0 -0
  25. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/__init__.py +0 -0
  26. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/environment.py +0 -0
  27. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/steps/__init__.py +0 -0
  28. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/steps/calculator.py +0 -0
  29. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/steps/fail_page.py +0 -0
  30. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/steps/imported.py +0 -0
  31. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
  32. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/__init__.py +0 -0
  33. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/base_test_case.py +0 -0
  34. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/boilerplate_test.py +0 -0
  35. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/classic_obj_test.py +0 -0
  36. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/page_objects.py +0 -0
  37. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/__init__.py +0 -0
  38. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
  39. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
  40. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/google_objects.py +0 -0
  41. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/google_test.py +0 -0
  42. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/sb_swag_test.py +0 -0
  43. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/swag_labs_test.py +0 -0
  44. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/samples/test_page_objects.py +0 -0
  45. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/boilerplates/sb_fixture_test.py +0 -0
  46. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/capabilities/mac_cap_file.py +0 -0
  47. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/capabilities/sample_cap_file_BS.py +0 -0
  48. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/capabilities/sample_cap_file_SL.py +0 -0
  49. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/capabilities/selenoid_cap_file.py +0 -0
  50. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/capabilities/win10_cap_file.py +0 -0
  51. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/chart_presentation.py +0 -0
  52. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/my_chart.py +0 -0
  53. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/pie_charts.py +0 -0
  54. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/test_area_chart.py +0 -0
  55. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/test_display_chart.py +0 -0
  56. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/test_line_chart.py +0 -0
  57. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/test_multi_series.py +0 -0
  58. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/chart_maker/test_save_chart.py +0 -0
  59. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/coffee_cart_tests.py +0 -0
  60. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/custom_settings.py +0 -0
  61. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/desktop_apps/recorder.py +0 -0
  62. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/dialog_boxes/dialog_box_tour.py +0 -0
  63. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/edge_test.py +0 -0
  64. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/github_test.py +0 -0
  65. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/gui_test_runner.py +0 -0
  66. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/hack_the_planet.py +0 -0
  67. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/handle_alert_test.py +0 -0
  68. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/iframe_tests.py +0 -0
  69. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/locale_code_test.py +0 -0
  70. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/master_qa/__init__.py +0 -0
  71. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/master_qa/basic_masterqa_test_0.py +0 -0
  72. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/master_qa/masterqa_test_1.py +0 -0
  73. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/__init__.py +0 -0
  74. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/protractor/__init__.py +0 -0
  75. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/protractor/example_test.py +0 -0
  76. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/protractor/input_test.py +0 -0
  77. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/protractor/mat_paginator_test.py +0 -0
  78. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/raw_selenium/__init__.py +0 -0
  79. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
  80. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
  81. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/raw_selenium/messy_raw.py +0 -0
  82. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/raw_selenium/refined_raw.py +0 -0
  83. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/migration/raw_selenium/simple_sbase.py +0 -0
  84. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/my_first_test.py +0 -0
  85. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/nth_child_test.py +0 -0
  86. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/__init__.py +0 -0
  87. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/load_html_test.py +0 -0
  88. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/test_demo_page.py +0 -0
  89. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/test_extended_driver.py +0 -0
  90. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/test_handle_alerts.py +0 -0
  91. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/test_request_fixture.py +0 -0
  92. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/offline_examples/test_user_agent.py +0 -0
  93. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/old_wordle_script.py +0 -0
  94. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/parameterized_test.py +0 -0
  95. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/performance_test.py +0 -0
  96. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/core_presentation.py +0 -0
  97. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/edge_presentation.py +0 -0
  98. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/fundamentals.py +0 -0
  99. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/multi_uc.py +0 -0
  100. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/my_presentation.py +0 -0
  101. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/py_virtual_envs.py +0 -0
  102. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/presenter/uc_presentation.py +0 -0
  103. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/proxy_test.py +0 -0
  104. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/rate_limiting_test.py +0 -0
  105. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_ahrefs.py +0 -0
  106. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_antibot_login.py +0 -0
  107. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_bing_captcha.py +0 -0
  108. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_block.py +0 -0
  109. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_brotector_captcha.py +0 -0
  110. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_call.py +0 -0
  111. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_cdp_logging.py +0 -0
  112. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_cf.py +0 -0
  113. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_cookies.py +0 -0
  114. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_detection.py +0 -0
  115. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_driver_context.py +0 -0
  116. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_driver_manager.py +0 -0
  117. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_file_call.py +0 -0
  118. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_form_turnstile.py +0 -0
  119. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_games.py +0 -0
  120. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_gui_click.py +0 -0
  121. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_hobbit.py +0 -0
  122. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_login_context.py +0 -0
  123. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_login_driver.py +0 -0
  124. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_login_sb.py +0 -0
  125. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_main_call.py +0 -0
  126. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_mobile.py +0 -0
  127. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_multi_drivers.py +0 -0
  128. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_nopecha.py +0 -0
  129. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_order_tickets.py +0 -0
  130. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_parameter_script.py +0 -0
  131. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_performance_logs.py +0 -0
  132. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_pixelscan.py +0 -0
  133. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_pyautogui.py +0 -0
  134. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_recaptcha.py +0 -0
  135. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_robot.py +0 -0
  136. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_sb.py +0 -0
  137. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_test_scripts.py +0 -0
  138. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_turnstile.py +0 -0
  139. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/raw_uc_mode.py +0 -0
  140. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/sb_fixture_tests.py +0 -0
  141. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/shadow_root_test.py +0 -0
  142. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/swag_labs_user_tests.py +0 -0
  143. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_3d_apis.py +0 -0
  144. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_apple_site.py +0 -0
  145. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_assert_elements.py +0 -0
  146. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_calculator.py +0 -0
  147. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_canvas.py +0 -0
  148. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_cdp_ad_blocking.py +0 -0
  149. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_checkboxes.py +0 -0
  150. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_chinese_pdf.py +0 -0
  151. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_chromedriver.py +0 -0
  152. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_coffee_cart.py +0 -0
  153. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_console_logging.py +0 -0
  154. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_contains_selector.py +0 -0
  155. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_cycle_elements.py +0 -0
  156. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_decryption.py +0 -0
  157. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_deferred_asserts.py +0 -0
  158. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_demo_site.py +0 -0
  159. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_detect_404s.py +0 -0
  160. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_docs_site.py +0 -0
  161. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_double_click.py +0 -0
  162. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_download_images.py +0 -0
  163. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_drag_and_drop.py +0 -0
  164. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_error_page.py +0 -0
  165. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_event_firing.py +0 -0
  166. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_fail.py +0 -0
  167. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_geolocation.py +0 -0
  168. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_get_coffee.py +0 -0
  169. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_get_locale_code.py +0 -0
  170. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_get_pdf_text.py +0 -0
  171. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_get_user_agent.py +0 -0
  172. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_hack_search.py +0 -0
  173. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_highlight_elements.py +0 -0
  174. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_image_saving.py +0 -0
  175. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_inspect_html.py +0 -0
  176. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_login.py +0 -0
  177. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_markers.py +0 -0
  178. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_mfa_login.py +0 -0
  179. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_multiple_drivers.py +0 -0
  180. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_null.py +0 -0
  181. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_override_driver.py +0 -0
  182. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_override_sb_fixture.py +0 -0
  183. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_parse_soup.py +0 -0
  184. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_pdf_asserts.py +0 -0
  185. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_pytest_parametrize.py +0 -0
  186. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_repeat_tests.py +0 -0
  187. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_request_sb_fixture.py +0 -0
  188. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_save_screenshots.py +0 -0
  189. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_sb_fixture.py +0 -0
  190. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_scrape_bing.py +0 -0
  191. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_select_options.py +0 -0
  192. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_shadow_dom.py +0 -0
  193. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_show_file_choosers.py +0 -0
  194. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_simple_login.py +0 -0
  195. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_skype_site.py +0 -0
  196. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_suite.py +0 -0
  197. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_swag_labs.py +0 -0
  198. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_tinymce.py +0 -0
  199. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_todomvc.py +0 -0
  200. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_url_asserts.py +0 -0
  201. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_usefixtures.py +0 -0
  202. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_verify_chromedriver.py +0 -0
  203. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_window_switching.py +0 -0
  204. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_xfail.py +0 -0
  205. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/test_xkcd.py +0 -0
  206. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/time_limit_test.py +0 -0
  207. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/bootstrap_google_tour.py +0 -0
  208. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
  209. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/driverjs_maps_tour.py +0 -0
  210. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/google_tour.py +0 -0
  211. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/hopscotch_google_tour.py +0 -0
  212. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/introjs_google_tour.py +0 -0
  213. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/maps_introjs_tour.py +0 -0
  214. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/octocat_tour.py +0 -0
  215. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/recordings/__init__.py +0 -0
  216. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
  217. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/shepherd_google_tour.py +0 -0
  218. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/tour_examples/xkcd_tour.py +0 -0
  219. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/chinese_test_1.py +0 -0
  220. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/dutch_test_1.py +0 -0
  221. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/english_test_1.py +0 -0
  222. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/french_test_1.py +0 -0
  223. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/japanese_test_1.py +0 -0
  224. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/korean_test_1.py +0 -0
  225. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/portuguese_test_1.py +0 -0
  226. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/russian_test_1.py +0 -0
  227. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/translations/spanish_test_1.py +0 -0
  228. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/uc_cdp_events.py +0 -0
  229. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/unit_tests/verify_framework.py +0 -0
  230. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/upgrade_chromedriver.py +0 -0
  231. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/upload_file_test.py +0 -0
  232. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/user_agent_test.py +0 -0
  233. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/verify_undetected.py +0 -0
  234. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/visual_testing/__init__.py +0 -0
  235. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/visual_testing/layout_test.py +0 -0
  236. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/visual_testing/python_home_test.py +0 -0
  237. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/visual_testing/test_layout_fail.py +0 -0
  238. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/visual_testing/xkcd_visual_test.py +0 -0
  239. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/wordle_test.py +0 -0
  240. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/xpath_test.py +0 -0
  241. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/examples/youtube_search_test.py +0 -0
  242. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/install.sh +0 -0
  243. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/__init__.py +0 -0
  244. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/__init__.py +0 -0
  245. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/environment.py +0 -0
  246. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/steps/__init__.py +0 -0
  247. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/steps/calculator.py +0 -0
  248. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/steps/fail_page.py +0 -0
  249. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/steps/real_world.py +0 -0
  250. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/behave/features/steps/swag_labs.py +0 -0
  251. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/brython/index.py +0 -0
  252. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/node_js/__init__.py +0 -0
  253. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/node_js/my_first_test.py +0 -0
  254. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/integrations/node_js/test_demo_site.py +0 -0
  255. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/mkdocs_build/prepare.py +0 -0
  256. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/pyproject.toml +0 -0
  257. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/pytest.ini +0 -0
  258. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/sbase/__init__.py +0 -0
  259. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/sbase/__main__.py +0 -0
  260. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/sbase/steps.py +0 -0
  261. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/__init__.py +0 -0
  262. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/__main__.py +0 -0
  263. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/behave/__init__.py +0 -0
  264. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/behave/behave_helper.py +0 -0
  265. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/behave/behave_sb.py +0 -0
  266. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/behave/steps.py +0 -0
  267. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/common/__init__.py +0 -0
  268. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/common/decorators.py +0 -0
  269. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/common/encryption.py +0 -0
  270. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/common/exceptions.py +0 -0
  271. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/common/obfuscate.py +0 -0
  272. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/common/unobfuscate.py +0 -0
  273. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/config/__init__.py +0 -0
  274. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/config/ad_block_list.py +0 -0
  275. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/config/proxy_list.py +0 -0
  276. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/config/settings.py +0 -0
  277. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/__init__.py +0 -0
  278. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/logo_helper.py +0 -0
  279. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/rich_helper.py +0 -0
  280. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/run.py +0 -0
  281. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
  282. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
  283. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_commander.py +0 -0
  284. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_install.py +0 -0
  285. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
  286. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
  287. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
  288. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
  289. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
  290. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_objectify.py +0 -0
  291. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_print.py +0 -0
  292. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/console_scripts/sb_recorder.py +0 -0
  293. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/__init__.py +0 -0
  294. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/application_manager.py +0 -0
  295. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/capabilities_parser.py +0 -0
  296. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/colored_traceback.py +0 -0
  297. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/create_db_tables.sql +0 -0
  298. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/detect_b_ver.py +0 -0
  299. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/download_helper.py +0 -0
  300. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/encoded_images.py +0 -0
  301. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/jqc_helper.py +0 -0
  302. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/mysql.py +0 -0
  303. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/proxy_helper.py +0 -0
  304. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/recorder_helper.py +0 -0
  305. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/report_helper.py +0 -0
  306. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/s3_manager.py +0 -0
  307. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/sb_driver.py +0 -0
  308. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/session_helper.py +0 -0
  309. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/settings_parser.py +0 -0
  310. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/style_sheet.py +0 -0
  311. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/testcase_manager.py +0 -0
  312. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/tour_helper.py +0 -0
  313. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/core/visual_helper.py +0 -0
  314. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/drivers/__init__.py +0 -0
  315. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/extensions/__init__.py +0 -0
  316. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/extensions/ad_block.zip +0 -0
  317. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/extensions/disable_csp.zip +0 -0
  318. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/extensions/recorder.zip +0 -0
  319. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/extensions/sbase_ext.zip +0 -0
  320. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/__init__.py +0 -0
  321. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/constants.py +0 -0
  322. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/css_to_xpath.py +0 -0
  323. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/errors.py +0 -0
  324. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/js_utils.py +0 -0
  325. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/page_utils.py +0 -0
  326. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/shared_utils.py +0 -0
  327. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/unittest_helper.py +0 -0
  328. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/words.py +0 -0
  329. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/fixtures/xpath_to_css.py +0 -0
  330. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/js_code/__init__.py +0 -0
  331. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/js_code/active_css_js.py +0 -0
  332. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/js_code/live_js.py +0 -0
  333. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/js_code/recorder_js.py +0 -0
  334. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/masterqa/__init__.py +0 -0
  335. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/masterqa/master_qa.py +0 -0
  336. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/__init__.py +0 -0
  337. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/base_plugin.py +0 -0
  338. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/basic_test_info.py +0 -0
  339. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
  340. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/driver_manager.py +0 -0
  341. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/page_source.py +0 -0
  342. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/pytest_plugin.py +0 -0
  343. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
  344. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/sb_manager.py +0 -0
  345. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/screen_shots.py +0 -0
  346. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/plugins/selenium_plugin.py +0 -0
  347. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/resources/__init__.py +0 -0
  348. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/__init__.py +0 -0
  349. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/chinese.py +0 -0
  350. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/dutch.py +0 -0
  351. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/french.py +0 -0
  352. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/italian.py +0 -0
  353. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/japanese.py +0 -0
  354. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/korean.py +0 -0
  355. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/master_dict.py +0 -0
  356. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/portuguese.py +0 -0
  357. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/russian.py +0 -0
  358. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/spanish.py +0 -0
  359. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/translate/translator.py +0 -0
  360. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/__init__.py +0 -0
  361. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp.py +0 -0
  362. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
  363. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
  364. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/config.py +0 -0
  365. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
  366. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/element.py +0 -0
  367. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
  368. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/dprocess.py +0 -0
  369. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/options.py +0 -0
  370. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/patcher.py +0 -0
  371. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/reactor.py +0 -0
  372. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/undetected/webelement.py +0 -0
  373. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/__init__.py +0 -0
  374. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
  375. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
  376. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/font_color +0 -0
  377. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
  378. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
  379. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
  380. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
  381. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
  382. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
  383. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
  384. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
  385. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
  386. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
  387. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase.egg-info/SOURCES.txt +0 -0
  388. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase.egg-info/dependency_links.txt +0 -0
  389. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase.egg-info/entry_points.txt +0 -0
  390. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/seleniumbase.egg-info/top_level.txt +0 -0
  391. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/setup.cfg +0 -0
  392. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/site/prepare.py +0 -0
  393. {seleniumbase-4.33.10 → seleniumbase-4.33.12}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: seleniumbase
3
- Version: 4.33.10
3
+ Version: 4.33.12
4
4
  Summary: A complete web automation framework for end-to-end testing.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
@@ -64,8 +64,8 @@ Requires-Dist: packaging>=24.2
64
64
  Requires-Dist: setuptools~=70.2; python_version < "3.10"
65
65
  Requires-Dist: setuptools>=75.6.0; python_version >= "3.10"
66
66
  Requires-Dist: wheel>=0.45.1
67
- Requires-Dist: attrs>=24.2.0
68
- Requires-Dist: certifi>=2024.8.30
67
+ Requires-Dist: attrs>=24.3.0
68
+ Requires-Dist: certifi>=2024.12.14
69
69
  Requires-Dist: exceptiongroup>=1.2.2
70
70
  Requires-Dist: websockets~=13.1; python_version < "3.9"
71
71
  Requires-Dist: websockets>=14.1; python_version >= "3.9"
@@ -75,7 +75,10 @@ Requires-Dist: mycdp>=1.1.0
75
75
  Requires-Dist: pynose>=1.5.3
76
76
  Requires-Dist: platformdirs>=4.3.6
77
77
  Requires-Dist: typing-extensions>=4.12.2
78
- Requires-Dist: sbvirtualdisplay>=1.3.1
78
+ Requires-Dist: sbvirtualdisplay>=1.4.0
79
+ Requires-Dist: MarkupSafe==2.1.5; python_version < "3.9"
80
+ Requires-Dist: MarkupSafe>=3.0.2; python_version >= "3.9"
81
+ Requires-Dist: Jinja2>=3.1.5
79
82
  Requires-Dist: six>=1.17.0
80
83
  Requires-Dist: parse>=1.20.2
81
84
  Requires-Dist: parse-type>=0.6.4
@@ -87,9 +90,9 @@ Requires-Dist: tabcompleter>=1.4.0
87
90
  Requires-Dist: pdbp>=1.6.1
88
91
  Requires-Dist: idna==3.10
89
92
  Requires-Dist: chardet==5.2.0
90
- Requires-Dist: charset-normalizer==3.4.0
93
+ Requires-Dist: charset-normalizer==3.4.1
91
94
  Requires-Dist: urllib3<2,>=1.26.20; python_version < "3.10"
92
- Requires-Dist: urllib3<2.3.0,>=1.26.20; python_version >= "3.10"
95
+ Requires-Dist: urllib3<2.4.0,>=1.26.20; python_version >= "3.10"
93
96
  Requires-Dist: requests==2.32.3
94
97
  Requires-Dist: sniffio==1.3.1
95
98
  Requires-Dist: h11==0.14.0
@@ -236,21 +239,76 @@ Requires-Dist: zstandard==0.23.0; extra == "selenium-wire"
236
239
 
237
240
  📚 Learn from [**over 200 examples** in the **SeleniumBase/examples/** folder](https://github.com/seleniumbase/SeleniumBase/tree/master/examples).
238
241
 
239
- 👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.
242
+ 🐙 Note that <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b></a> / <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b></a> (Stealth Mode) have their own ReadMe files.
240
243
 
241
- 🐙 Also note that Seleniumbase <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b> has its own separate ReadMe</a>.
244
+ ℹ️ Most scripts run with raw <code translate="no"><b>python</b></code>, although some scripts use <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> that expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
242
245
 
243
- ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
246
+ --------
244
247
 
245
- <p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>, which tests login, shopping, and checkout:</p>
248
+ <p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py">raw_google.py</a>, which performs a Google search:</p>
246
249
 
247
- ```bash
248
- pytest my_first_test.py
250
+ ```python
251
+ from seleniumbase import SB
252
+
253
+ with SB(test=True) as sb:
254
+ sb.open("https://google.com/ncr")
255
+ sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
256
+ sb.click('[href*="github.com/seleniumbase/"]')
257
+ sb.save_screenshot_to_logs() # ./latest_logs/
258
+ print(sb.get_page_title())
249
259
  ```
250
260
 
251
- <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="520" /></a>
261
+ > `python raw_google.py`
262
+
263
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py"><img src="https://seleniumbase.github.io/cdn/gif/google_search.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="420" /></a>
264
+
265
+ --------
266
+
267
+ <p align="left">📗 Here's an example of bypassing Cloudflare's challenge page: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_gitlab.py">SeleniumBase/examples/cdp_mode/raw_gitlab.py</a></p>
252
268
 
253
- > ``pytest`` uses ``--chrome`` by default unless set differently.
269
+ ```python
270
+ from seleniumbase import SB
271
+
272
+ with SB(uc=True, test=True, locale_code="en") as sb:
273
+ url = "https://gitlab.com/users/sign_in"
274
+ sb.activate_cdp_mode(url)
275
+ sb.uc_gui_click_captcha()
276
+ sb.sleep(2)
277
+ ```
278
+
279
+ <img src="https://seleniumbase.github.io/other/cf_sec.jpg" title="SeleniumBase" width="332"> <img src="https://seleniumbase.github.io/other/gitlab_bypass.png" title="SeleniumBase" width="288">
280
+
281
+ --------
282
+
283
+ <p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_get_swag.py">test_get_swag.py</a>, which tests an e-commerce site:</p>
284
+
285
+ ```python
286
+ from seleniumbase import BaseCase
287
+ BaseCase.main(__name__, __file__) # Call pytest
288
+
289
+ class MyTestClass(BaseCase):
290
+ def test_swag_labs(self):
291
+ self.open("https://www.saucedemo.com")
292
+ self.type("#user-name", "standard_user")
293
+ self.type("#password", "secret_sauce\n")
294
+ self.assert_element("div.inventory_list")
295
+ self.click('button[name*="backpack"]')
296
+ self.click("#shopping_cart_container a")
297
+ self.assert_text("Backpack", "div.cart_item")
298
+ self.click("button#checkout")
299
+ self.type("input#first-name", "SeleniumBase")
300
+ self.type("input#last-name", "Automation")
301
+ self.type("input#postal-code", "77123")
302
+ self.click("input#continue")
303
+ self.click("button#finish")
304
+ self.assert_text("Thank you for your order!")
305
+ ```
306
+
307
+ > `pytest test_get_swag.py`
308
+
309
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_get_swag.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
310
+
311
+ > (The default browser is ``--chrome`` if not set.)
254
312
 
255
313
  --------
256
314
 
@@ -260,7 +318,7 @@ pytest my_first_test.py
260
318
  pytest test_coffee_cart.py --demo
261
319
  ```
262
320
 
263
- <p align="left"><a href="https://seleniumbase.io/coffee/" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/coffee_cart.gif" width="520" alt="SeleniumBase Coffee Cart Test" title="SeleniumBase Coffee Cart Test" /></a></p>
321
+ <p align="left"><a href="https://seleniumbase.io/coffee/" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/coffee_cart.gif" width="480" alt="SeleniumBase Coffee Cart Test" title="SeleniumBase Coffee Cart Test" /></a></p>
264
322
 
265
323
  > <p>(<code translate="no">--demo</code> mode slows down tests and highlights actions)</p>
266
324
 
@@ -274,7 +332,7 @@ pytest test_coffee_cart.py --demo
274
332
  pytest test_demo_site.py
275
333
  ```
276
334
 
277
- <p align="left"><a href="https://seleniumbase.io/demo_page" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/demo_page_5.gif" width="520" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
335
+ <p align="left"><a href="https://seleniumbase.io/demo_page" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/demo_page_5.gif" width="480" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
278
336
 
279
337
  > Easy to type, click, select, toggle, drag & drop, and more.
280
338
 
@@ -344,7 +402,7 @@ With raw Selenium, that requires more code:<br />
344
402
 
345
403
  <p>📚 <b>Learn about different ways of writing tests:</b></p>
346
404
 
347
- <p align="left">📘📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_simple_login.py">test_simple_login.py</a>, which uses <code translate="no"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py">BaseCase</a></code> class inheritance, and runs with <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a> or <a href="https://github.com/mdmintz/pynose">pynose</a>. (Use <code translate="no">self.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
405
+ <p align="left">📗📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_simple_login.py">test_simple_login.py</a>, which uses <code translate="no"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py">BaseCase</a></code> class inheritance, and runs with <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a> or <a href="https://github.com/mdmintz/pynose">pynose</a>. (Use <code translate="no">self.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
348
406
 
349
407
  ```python
350
408
  from seleniumbase import BaseCase
@@ -363,22 +421,7 @@ class TestSimpleLogin(BaseCase):
363
421
  self.assert_text("signed out", "#top_message")
364
422
  ```
365
423
 
366
- <p align="left">📗📝 Here's a test from <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/sb_fixture_tests.py">sb_fixture_tests.py</a>, which uses the <b><code translate="no">sb</code></b> <code translate="no">pytest</code> fixture. Runs with <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a>. (Use <code translate="no">sb.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
367
-
368
- ```python
369
- def test_sb_fixture_with_no_class(sb):
370
- sb.open("seleniumbase.io/simple/login")
371
- sb.type("#username", "demo_user")
372
- sb.type("#password", "secret_pass")
373
- sb.click('a:contains("Sign in")')
374
- sb.assert_exact_text("Welcome!", "h1")
375
- sb.assert_element("img#image1")
376
- sb.highlight("#image1")
377
- sb.click_link("Sign out")
378
- sb.assert_text("signed out", "#top_message")
379
- ```
380
-
381
- <p align="left">📙📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_sb.py">raw_login_sb.py</a>, which uses the <b><code translate="no">SB</code></b> Context Manager. Runs with pure <code translate="no">python</code>. (Use <code translate="no">sb.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
424
+ <p align="left">📘📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_sb.py">raw_login_sb.py</a>, which uses the <b><code translate="no">SB</code></b> Context Manager. Runs with pure <code translate="no">python</code>. (Use <code translate="no">sb.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
382
425
 
383
426
  ```python
384
427
  from seleniumbase import SB
@@ -395,24 +438,7 @@ with SB() as sb:
395
438
  sb.assert_text("signed out", "#top_message")
396
439
  ```
397
440
 
398
- <p align="left">📔📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_context.py">raw_login_context.py</a>, which uses the <b><code translate="no">DriverContext</code></b> Manager. Runs with pure <code translate="no">python</code>. (The <code translate="no">driver</code> is an improved version of Selenium's raw <code translate="no">driver</code>, with more methods.)</p>
399
-
400
- ```python
401
- from seleniumbase import DriverContext
402
-
403
- with DriverContext() as driver:
404
- driver.open("seleniumbase.io/simple/login")
405
- driver.type("#username", "demo_user")
406
- driver.type("#password", "secret_pass")
407
- driver.click('a:contains("Sign in")')
408
- driver.assert_exact_text("Welcome!", "h1")
409
- driver.assert_element("img#image1")
410
- driver.highlight("#image1")
411
- driver.click_link("Sign out")
412
- driver.assert_text("signed out", "#top_message")
413
- ```
414
-
415
- <p align="left">📔📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_driver.py">raw_login_driver.py</a>, which uses the <b><code translate="no">Driver</code></b> Manager. Runs with pure <code translate="no">python</code>. (The <code>driver</code> is an improved version of Selenium's raw <code translate="no">driver</code>, with more methods.)</p>
441
+ <p align="left">📙📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_driver.py">raw_login_driver.py</a>, which uses the <b><code translate="no">Driver</code></b> Manager. Runs with pure <code translate="no">python</code>. (The <code>driver</code> is an improved version of Selenium's raw <code translate="no">driver</code>, with more methods.)</p>
416
442
 
417
443
  ```python
418
444
  from seleniumbase import Driver
@@ -432,23 +458,6 @@ finally:
432
458
  driver.quit()
433
459
  ```
434
460
 
435
- <p align="left">📕📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/features/login_app.feature">login_app.feature</a>, which uses <a translate="no" href="https://behave.readthedocs.io/en/stable/gherkin.html#features" target="_blank">behave-BDD Gherkin</a> syntax. Runs with <code translate="no">behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn about the <b>SeleniumBase behave-BDD</b> integration</a>)</p>
436
-
437
- ```gherkin
438
- Feature: SeleniumBase scenarios for the Simple App
439
-
440
- Scenario: Verify the Simple App (Login / Logout)
441
- Given Open "seleniumbase.io/simple/login"
442
- And Type "demo_user" into "#username"
443
- And Type "secret_pass" into "#password"
444
- And Click 'a:contains("Sign in")'
445
- And Assert exact text "Welcome!" in "h1"
446
- And Assert element "img#image1"
447
- And Highlight "#image1"
448
- And Click link "Sign out"
449
- And Assert text "signed out" in "#top_message"
450
- ```
451
-
452
461
  --------
453
462
 
454
463
  <a id="python_installation"></a>
@@ -547,20 +556,21 @@ pip install -e .
547
556
  <summary> ▶️ Here's sample output from a chromedriver download. (<b>click to expand</b>)</summary>
548
557
 
549
558
  ```bash
550
- *** chromedriver to download = 121.0.6167.85 (Latest Stable)
559
+ *** chromedriver to download = 131.0.6778.108 (Latest Stable)
551
560
 
552
561
  Downloading chromedriver-mac-arm64.zip from:
553
- https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/mac-arm64/chromedriver-mac-arm64.zip ...
562
+ https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.108/mac-arm64/chromedriver-mac-arm64.zip ...
554
563
  Download Complete!
555
564
 
556
565
  Extracting ['chromedriver'] from chromedriver-mac-arm64.zip ...
557
566
  Unzip Complete!
558
567
 
559
568
  The file [chromedriver] was saved to:
560
- /Users/michael/github/SeleniumBase/seleniumbase/drivers/chromedriver
569
+ ~/github/SeleniumBase/seleniumbase/drivers/
570
+ chromedriver
561
571
 
562
- Making [chromedriver 121.0.6167.85] executable ...
563
- [chromedriver 121.0.6167.85] is now ready for use!
572
+ Making [chromedriver 131.0.6778.108] executable ...
573
+ [chromedriver 131.0.6778.108] is now ready for use!
564
574
  ```
565
575
 
566
576
  </details>
@@ -578,9 +588,9 @@ cd examples/
578
588
  pytest my_first_test.py
579
589
  ```
580
590
 
581
- <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="520" /></a>
591
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
582
592
 
583
- <p align="left"><b>Here's the code for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
593
+ <p align="left"><b>Here's the full code for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
584
594
 
585
595
  ```python
586
596
  from seleniumbase import BaseCase
@@ -996,7 +1006,7 @@ You can run it from the ``examples/`` folder like this:
996
1006
  pytest test_fail.py
997
1007
  ```
998
1008
 
999
- 🔵 You'll notice that a logs folder, "latest_logs", was created to hold information about the failing test, and screenshots. During test runs, past results get moved to the archived_logs folder if you have ARCHIVE_EXISTING_LOGS set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), or if your run tests with ``--archive-logs``. If you choose not to archive existing logs, they will be deleted and replaced by the logs of the latest test run.
1009
+ 🔵 You'll notice that a logs folder, ``./latest_logs/``, was created to hold information (and screenshots) about the failing test. During test runs, past results get moved to the archived_logs folder if you have ARCHIVE_EXISTING_LOGS set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), or if your run tests with ``--archive-logs``. If you choose not to archive existing logs, they will be deleted and replaced by the logs of the latest test run.
1000
1010
 
1001
1011
  --------
1002
1012
 
@@ -60,21 +60,76 @@
60
60
 
61
61
  📚 Learn from [**over 200 examples** in the **SeleniumBase/examples/** folder](https://github.com/seleniumbase/SeleniumBase/tree/master/examples).
62
62
 
63
- 👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.
63
+ 🐙 Note that <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b></a> / <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b></a> (Stealth Mode) have their own ReadMe files.
64
64
 
65
- 🐙 Also note that Seleniumbase <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b> has its own separate ReadMe</a>.
65
+ ℹ️ Most scripts run with raw <code translate="no"><b>python</b></code>, although some scripts use <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> that expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
66
66
 
67
- ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
67
+ --------
68
68
 
69
- <p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>, which tests login, shopping, and checkout:</p>
69
+ <p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py">raw_google.py</a>, which performs a Google search:</p>
70
70
 
71
- ```bash
72
- pytest my_first_test.py
71
+ ```python
72
+ from seleniumbase import SB
73
+
74
+ with SB(test=True) as sb:
75
+ sb.open("https://google.com/ncr")
76
+ sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
77
+ sb.click('[href*="github.com/seleniumbase/"]')
78
+ sb.save_screenshot_to_logs() # ./latest_logs/
79
+ print(sb.get_page_title())
73
80
  ```
74
81
 
75
- <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="520" /></a>
82
+ > `python raw_google.py`
83
+
84
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py"><img src="https://seleniumbase.github.io/cdn/gif/google_search.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="420" /></a>
85
+
86
+ --------
87
+
88
+ <p align="left">📗 Here's an example of bypassing Cloudflare's challenge page: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_gitlab.py">SeleniumBase/examples/cdp_mode/raw_gitlab.py</a></p>
76
89
 
77
- > ``pytest`` uses ``--chrome`` by default unless set differently.
90
+ ```python
91
+ from seleniumbase import SB
92
+
93
+ with SB(uc=True, test=True, locale_code="en") as sb:
94
+ url = "https://gitlab.com/users/sign_in"
95
+ sb.activate_cdp_mode(url)
96
+ sb.uc_gui_click_captcha()
97
+ sb.sleep(2)
98
+ ```
99
+
100
+ <img src="https://seleniumbase.github.io/other/cf_sec.jpg" title="SeleniumBase" width="332"> <img src="https://seleniumbase.github.io/other/gitlab_bypass.png" title="SeleniumBase" width="288">
101
+
102
+ --------
103
+
104
+ <p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_get_swag.py">test_get_swag.py</a>, which tests an e-commerce site:</p>
105
+
106
+ ```python
107
+ from seleniumbase import BaseCase
108
+ BaseCase.main(__name__, __file__) # Call pytest
109
+
110
+ class MyTestClass(BaseCase):
111
+ def test_swag_labs(self):
112
+ self.open("https://www.saucedemo.com")
113
+ self.type("#user-name", "standard_user")
114
+ self.type("#password", "secret_sauce\n")
115
+ self.assert_element("div.inventory_list")
116
+ self.click('button[name*="backpack"]')
117
+ self.click("#shopping_cart_container a")
118
+ self.assert_text("Backpack", "div.cart_item")
119
+ self.click("button#checkout")
120
+ self.type("input#first-name", "SeleniumBase")
121
+ self.type("input#last-name", "Automation")
122
+ self.type("input#postal-code", "77123")
123
+ self.click("input#continue")
124
+ self.click("button#finish")
125
+ self.assert_text("Thank you for your order!")
126
+ ```
127
+
128
+ > `pytest test_get_swag.py`
129
+
130
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_get_swag.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
131
+
132
+ > (The default browser is ``--chrome`` if not set.)
78
133
 
79
134
  --------
80
135
 
@@ -84,7 +139,7 @@ pytest my_first_test.py
84
139
  pytest test_coffee_cart.py --demo
85
140
  ```
86
141
 
87
- <p align="left"><a href="https://seleniumbase.io/coffee/" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/coffee_cart.gif" width="520" alt="SeleniumBase Coffee Cart Test" title="SeleniumBase Coffee Cart Test" /></a></p>
142
+ <p align="left"><a href="https://seleniumbase.io/coffee/" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/coffee_cart.gif" width="480" alt="SeleniumBase Coffee Cart Test" title="SeleniumBase Coffee Cart Test" /></a></p>
88
143
 
89
144
  > <p>(<code translate="no">--demo</code> mode slows down tests and highlights actions)</p>
90
145
 
@@ -98,7 +153,7 @@ pytest test_coffee_cart.py --demo
98
153
  pytest test_demo_site.py
99
154
  ```
100
155
 
101
- <p align="left"><a href="https://seleniumbase.io/demo_page" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/demo_page_5.gif" width="520" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
156
+ <p align="left"><a href="https://seleniumbase.io/demo_page" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/demo_page_5.gif" width="480" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
102
157
 
103
158
  > Easy to type, click, select, toggle, drag & drop, and more.
104
159
 
@@ -168,7 +223,7 @@ With raw Selenium, that requires more code:<br />
168
223
 
169
224
  <p>📚 <b>Learn about different ways of writing tests:</b></p>
170
225
 
171
- <p align="left">📘📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_simple_login.py">test_simple_login.py</a>, which uses <code translate="no"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py">BaseCase</a></code> class inheritance, and runs with <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a> or <a href="https://github.com/mdmintz/pynose">pynose</a>. (Use <code translate="no">self.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
226
+ <p align="left">📗📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_simple_login.py">test_simple_login.py</a>, which uses <code translate="no"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/fixtures/base_case.py">BaseCase</a></code> class inheritance, and runs with <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a> or <a href="https://github.com/mdmintz/pynose">pynose</a>. (Use <code translate="no">self.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
172
227
 
173
228
  ```python
174
229
  from seleniumbase import BaseCase
@@ -187,22 +242,7 @@ class TestSimpleLogin(BaseCase):
187
242
  self.assert_text("signed out", "#top_message")
188
243
  ```
189
244
 
190
- <p align="left">📗📝 Here's a test from <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/sb_fixture_tests.py">sb_fixture_tests.py</a>, which uses the <b><code translate="no">sb</code></b> <code translate="no">pytest</code> fixture. Runs with <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a>. (Use <code translate="no">sb.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
191
-
192
- ```python
193
- def test_sb_fixture_with_no_class(sb):
194
- sb.open("seleniumbase.io/simple/login")
195
- sb.type("#username", "demo_user")
196
- sb.type("#password", "secret_pass")
197
- sb.click('a:contains("Sign in")')
198
- sb.assert_exact_text("Welcome!", "h1")
199
- sb.assert_element("img#image1")
200
- sb.highlight("#image1")
201
- sb.click_link("Sign out")
202
- sb.assert_text("signed out", "#top_message")
203
- ```
204
-
205
- <p align="left">📙📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_sb.py">raw_login_sb.py</a>, which uses the <b><code translate="no">SB</code></b> Context Manager. Runs with pure <code translate="no">python</code>. (Use <code translate="no">sb.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
245
+ <p align="left">📘📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_sb.py">raw_login_sb.py</a>, which uses the <b><code translate="no">SB</code></b> Context Manager. Runs with pure <code translate="no">python</code>. (Use <code translate="no">sb.driver</code> to access Selenium's raw <code translate="no">driver</code>.)</p>
206
246
 
207
247
  ```python
208
248
  from seleniumbase import SB
@@ -219,24 +259,7 @@ with SB() as sb:
219
259
  sb.assert_text("signed out", "#top_message")
220
260
  ```
221
261
 
222
- <p align="left">📔📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_context.py">raw_login_context.py</a>, which uses the <b><code translate="no">DriverContext</code></b> Manager. Runs with pure <code translate="no">python</code>. (The <code translate="no">driver</code> is an improved version of Selenium's raw <code translate="no">driver</code>, with more methods.)</p>
223
-
224
- ```python
225
- from seleniumbase import DriverContext
226
-
227
- with DriverContext() as driver:
228
- driver.open("seleniumbase.io/simple/login")
229
- driver.type("#username", "demo_user")
230
- driver.type("#password", "secret_pass")
231
- driver.click('a:contains("Sign in")')
232
- driver.assert_exact_text("Welcome!", "h1")
233
- driver.assert_element("img#image1")
234
- driver.highlight("#image1")
235
- driver.click_link("Sign out")
236
- driver.assert_text("signed out", "#top_message")
237
- ```
238
-
239
- <p align="left">📔📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_driver.py">raw_login_driver.py</a>, which uses the <b><code translate="no">Driver</code></b> Manager. Runs with pure <code translate="no">python</code>. (The <code>driver</code> is an improved version of Selenium's raw <code translate="no">driver</code>, with more methods.)</p>
262
+ <p align="left">📙📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_login_driver.py">raw_login_driver.py</a>, which uses the <b><code translate="no">Driver</code></b> Manager. Runs with pure <code translate="no">python</code>. (The <code>driver</code> is an improved version of Selenium's raw <code translate="no">driver</code>, with more methods.)</p>
240
263
 
241
264
  ```python
242
265
  from seleniumbase import Driver
@@ -256,23 +279,6 @@ finally:
256
279
  driver.quit()
257
280
  ```
258
281
 
259
- <p align="left">📕📝 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/features/login_app.feature">login_app.feature</a>, which uses <a translate="no" href="https://behave.readthedocs.io/en/stable/gherkin.html#features" target="_blank">behave-BDD Gherkin</a> syntax. Runs with <code translate="no">behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn about the <b>SeleniumBase behave-BDD</b> integration</a>)</p>
260
-
261
- ```gherkin
262
- Feature: SeleniumBase scenarios for the Simple App
263
-
264
- Scenario: Verify the Simple App (Login / Logout)
265
- Given Open "seleniumbase.io/simple/login"
266
- And Type "demo_user" into "#username"
267
- And Type "secret_pass" into "#password"
268
- And Click 'a:contains("Sign in")'
269
- And Assert exact text "Welcome!" in "h1"
270
- And Assert element "img#image1"
271
- And Highlight "#image1"
272
- And Click link "Sign out"
273
- And Assert text "signed out" in "#top_message"
274
- ```
275
-
276
282
  --------
277
283
 
278
284
  <a id="python_installation"></a>
@@ -371,20 +377,21 @@ pip install -e .
371
377
  <summary> ▶️ Here's sample output from a chromedriver download. (<b>click to expand</b>)</summary>
372
378
 
373
379
  ```bash
374
- *** chromedriver to download = 121.0.6167.85 (Latest Stable)
380
+ *** chromedriver to download = 131.0.6778.108 (Latest Stable)
375
381
 
376
382
  Downloading chromedriver-mac-arm64.zip from:
377
- https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/mac-arm64/chromedriver-mac-arm64.zip ...
383
+ https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.108/mac-arm64/chromedriver-mac-arm64.zip ...
378
384
  Download Complete!
379
385
 
380
386
  Extracting ['chromedriver'] from chromedriver-mac-arm64.zip ...
381
387
  Unzip Complete!
382
388
 
383
389
  The file [chromedriver] was saved to:
384
- /Users/michael/github/SeleniumBase/seleniumbase/drivers/chromedriver
390
+ ~/github/SeleniumBase/seleniumbase/drivers/
391
+ chromedriver
385
392
 
386
- Making [chromedriver 121.0.6167.85] executable ...
387
- [chromedriver 121.0.6167.85] is now ready for use!
393
+ Making [chromedriver 131.0.6778.108] executable ...
394
+ [chromedriver 131.0.6778.108] is now ready for use!
388
395
  ```
389
396
 
390
397
  </details>
@@ -402,9 +409,9 @@ cd examples/
402
409
  pytest my_first_test.py
403
410
  ```
404
411
 
405
- <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="520" /></a>
412
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480" /></a>
406
413
 
407
- <p align="left"><b>Here's the code for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
414
+ <p align="left"><b>Here's the full code for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
408
415
 
409
416
  ```python
410
417
  from seleniumbase import BaseCase
@@ -820,7 +827,7 @@ You can run it from the ``examples/`` folder like this:
820
827
  pytest test_fail.py
821
828
  ```
822
829
 
823
- 🔵 You'll notice that a logs folder, "latest_logs", was created to hold information about the failing test, and screenshots. During test runs, past results get moved to the archived_logs folder if you have ARCHIVE_EXISTING_LOGS set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), or if your run tests with ``--archive-logs``. If you choose not to archive existing logs, they will be deleted and replaced by the logs of the latest test run.
830
+ 🔵 You'll notice that a logs folder, ``./latest_logs/``, was created to hold information (and screenshots) about the failing test. During test runs, past results get moved to the archived_logs folder if you have ARCHIVE_EXISTING_LOGS set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), or if your run tests with ``--archive-logs``. If you choose not to archive existing logs, they will be deleted and replaced by the logs of the latest test run.
824
831
 
825
832
  --------
826
833
 
@@ -456,7 +456,7 @@ class UCPresentationClass(BaseCase):
456
456
  "<hr /><h6><br /></h6>"
457
457
  "<p><mk-1>"
458
458
  "There are different ways of stucturing SeleniumBase scripts."
459
- ' (Internally called: "The 23 Syntax Formats")'
459
+ ' (Internally called: "The 25 Syntax Formats")'
460
460
  "</mk-1><br /><br /><mk-2>"
461
461
  'Most examples use Syntax Format 1: "BaseCase direct class'
462
462
  ' inheritance", which uses the "pytest" test runner.'
@@ -31,7 +31,7 @@ class DownloadTests(BaseCase):
31
31
  self.assert_text("Download files", "a#files-tab")
32
32
  pkg_header = self.get_text("h1.package-header__name").strip()
33
33
  pkg_name = pkg_header.replace(" ", "-")
34
- whl_file = pkg_name + "-py2.py3-none-any.whl"
34
+ whl_file = pkg_name + "-py3-none-any.whl"
35
35
  tar_gz_file = pkg_name + ".tar.gz"
36
36
 
37
37
  # Click the links to download the files into: "./downloaded_files/"
@@ -8,12 +8,12 @@ class MiaClasseDiTest(CasoDiProva):
8
8
  self.apri("https://it.wikipedia.org/wiki/")
9
9
  self.verificare_testo("Wikipedia")
10
10
  self.verificare_elemento('a[title="Lingua italiana"]')
11
- self.digitare("#searchInput", "Pizza")
12
- self.fare_clic("#searchButton")
11
+ self.digitare('input[name="search"]', "Pizza")
12
+ self.fare_clic("#searchform button")
13
13
  self.verificare_testo("Pizza", "#firstHeading")
14
14
  self.verificare_elemento('figure img[src*="pizza"]')
15
- self.digitare("#searchInput", "Colosseo")
16
- self.fare_clic("#searchButton")
15
+ self.digitare('input[name="search"]', "Colosseo")
16
+ self.fare_clic("#searchform button")
17
17
  self.verificare_testo("Colosseo", "#firstHeading")
18
18
  self.verificare_elemento('figure img[src*="Colosseo"]')
19
19
  self.indietro()
@@ -3,8 +3,8 @@ packaging>=24.2
3
3
  setuptools~=70.2;python_version<"3.10"
4
4
  setuptools>=75.6.0;python_version>="3.10"
5
5
  wheel>=0.45.1
6
- attrs>=24.2.0
7
- certifi>=2024.8.30
6
+ attrs>=24.3.0
7
+ certifi>=2024.12.14
8
8
  exceptiongroup>=1.2.2
9
9
  websockets~=13.1;python_version<"3.9"
10
10
  websockets>=14.1;python_version>="3.9"
@@ -14,7 +14,10 @@ mycdp>=1.1.0
14
14
  pynose>=1.5.3
15
15
  platformdirs>=4.3.6
16
16
  typing-extensions>=4.12.2
17
- sbvirtualdisplay>=1.3.1
17
+ sbvirtualdisplay>=1.4.0
18
+ MarkupSafe==2.1.5;python_version<"3.9"
19
+ MarkupSafe>=3.0.2;python_version>="3.9"
20
+ Jinja2>=3.1.5
18
21
  six>=1.17.0
19
22
  parse>=1.20.2
20
23
  parse-type>=0.6.4
@@ -26,9 +29,9 @@ tabcompleter>=1.4.0
26
29
  pdbp>=1.6.1
27
30
  idna==3.10
28
31
  chardet==5.2.0
29
- charset-normalizer==3.4.0
32
+ charset-normalizer==3.4.1
30
33
  urllib3>=1.26.20,<2;python_version<"3.10"
31
- urllib3>=1.26.20,<2.3.0;python_version>="3.10"
34
+ urllib3>=1.26.20,<2.4.0;python_version>="3.10"
32
35
  requests==2.32.3
33
36
  sniffio==1.3.1
34
37
  h11==0.14.0
@@ -0,0 +1,2 @@
1
+ # seleniumbase package
2
+ __version__ = "4.33.12"
@@ -2407,8 +2407,6 @@ def _set_firefox_options(
2407
2407
  options.set_preference("dom.webnotifications.enabled", False)
2408
2408
  options.set_preference("dom.disable_beforeunload", True)
2409
2409
  options.set_preference("browser.contentblocking.database.enabled", True)
2410
- options.set_preference("extensions.allowPrivateBrowsingByDefault", True)
2411
- options.set_preference("extensions.PrivateBrowsing.notification", False)
2412
2410
  options.set_preference("extensions.systemAddon.update.enabled", False)
2413
2411
  options.set_preference("extensions.update.autoUpdateDefault", False)
2414
2412
  options.set_preference("extensions.update.enabled", False)