seleniumbase 4.32.3__tar.gz → 4.32.4a1__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.32.3/seleniumbase.egg-info → seleniumbase-4.32.4a1}/PKG-INFO +45 -45
  2. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/README.md +43 -43
  3. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/requirements.txt +1 -1
  4. seleniumbase-4.32.4a1/seleniumbase/__version__.py +2 -0
  5. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/__init__.py +1 -1
  6. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/config.py +7 -0
  7. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/connection.py +9 -1
  8. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/options.py +33 -7
  9. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1/seleniumbase.egg-info}/PKG-INFO +45 -45
  10. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/requires.txt +1 -1
  11. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/setup.py +1 -1
  12. seleniumbase-4.32.3/seleniumbase/__version__.py +0 -2
  13. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/.gitignore +0 -0
  14. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/LICENSE +0 -0
  15. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/MANIFEST.in +0 -0
  16. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/__init__.py +0 -0
  17. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/basic_test.py +0 -0
  18. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/__init__.py +0 -0
  19. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/__init__.py +0 -0
  20. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/environment.py +0 -0
  21. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/__init__.py +0 -0
  22. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/calculator.py +0 -0
  23. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/fail_page.py +0 -0
  24. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/imported.py +0 -0
  25. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
  26. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/__init__.py +0 -0
  27. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/base_test_case.py +0 -0
  28. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/boilerplate_test.py +0 -0
  29. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/classic_obj_test.py +0 -0
  30. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/page_objects.py +0 -0
  31. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/__init__.py +0 -0
  32. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
  33. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
  34. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/google_objects.py +0 -0
  35. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/google_test.py +0 -0
  36. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/sb_swag_test.py +0 -0
  37. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/swag_labs_test.py +0 -0
  38. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/test_page_objects.py +0 -0
  39. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/sb_fixture_test.py +0 -0
  40. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/mac_cap_file.py +0 -0
  41. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/sample_cap_file_BS.py +0 -0
  42. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/sample_cap_file_SL.py +0 -0
  43. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/selenoid_cap_file.py +0 -0
  44. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/win10_cap_file.py +0 -0
  45. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/chart_presentation.py +0 -0
  46. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/my_chart.py +0 -0
  47. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/pie_charts.py +0 -0
  48. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_area_chart.py +0 -0
  49. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_display_chart.py +0 -0
  50. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_line_chart.py +0 -0
  51. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_multi_series.py +0 -0
  52. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_save_chart.py +0 -0
  53. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/coffee_cart_tests.py +0 -0
  54. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/custom_settings.py +0 -0
  55. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/desktop_apps/recorder.py +0 -0
  56. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/dialog_boxes/dialog_box_tour.py +0 -0
  57. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/edge_test.py +0 -0
  58. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/github_test.py +0 -0
  59. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/gui_test_runner.py +0 -0
  60. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/hack_the_planet.py +0 -0
  61. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/handle_alert_test.py +0 -0
  62. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/iframe_tests.py +0 -0
  63. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/locale_code_test.py +0 -0
  64. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/master_qa/__init__.py +0 -0
  65. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/master_qa/basic_masterqa_test_0.py +0 -0
  66. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/master_qa/masterqa_test_1.py +0 -0
  67. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/__init__.py +0 -0
  68. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/__init__.py +0 -0
  69. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/example_test.py +0 -0
  70. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/input_test.py +0 -0
  71. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/mat_paginator_test.py +0 -0
  72. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/__init__.py +0 -0
  73. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
  74. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
  75. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/messy_raw.py +0 -0
  76. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/refined_raw.py +0 -0
  77. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/simple_sbase.py +0 -0
  78. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/my_first_test.py +0 -0
  79. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/nth_child_test.py +0 -0
  80. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/__init__.py +0 -0
  81. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/load_html_test.py +0 -0
  82. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_demo_page.py +0 -0
  83. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_extended_driver.py +0 -0
  84. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_handle_alerts.py +0 -0
  85. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_request_fixture.py +0 -0
  86. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_user_agent.py +0 -0
  87. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/old_wordle_script.py +0 -0
  88. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/parameterized_test.py +0 -0
  89. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/performance_test.py +0 -0
  90. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/core_presentation.py +0 -0
  91. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/edge_presentation.py +0 -0
  92. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/fundamentals.py +0 -0
  93. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/multi_uc.py +0 -0
  94. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/my_presentation.py +0 -0
  95. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/py_virtual_envs.py +0 -0
  96. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/uc_presentation.py +0 -0
  97. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/uc_presentation_3.py +0 -0
  98. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/proxy_test.py +0 -0
  99. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/rate_limiting_test.py +0 -0
  100. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_ahrefs.py +0 -0
  101. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_antibot_login.py +0 -0
  102. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_bing_captcha.py +0 -0
  103. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_block.py +0 -0
  104. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_brotector_captcha.py +0 -0
  105. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_call.py +0 -0
  106. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_cdp_logging.py +0 -0
  107. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_cf.py +0 -0
  108. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_cookies.py +0 -0
  109. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_detection.py +0 -0
  110. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_driver_context.py +0 -0
  111. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_driver_manager.py +0 -0
  112. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_file_call.py +0 -0
  113. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_form_turnstile.py +0 -0
  114. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_games.py +0 -0
  115. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_gui_click.py +0 -0
  116. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_hobbit.py +0 -0
  117. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_login_context.py +0 -0
  118. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_login_driver.py +0 -0
  119. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_login_sb.py +0 -0
  120. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_main_call.py +0 -0
  121. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_mobile.py +0 -0
  122. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_multi_drivers.py +0 -0
  123. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_nopecha.py +0 -0
  124. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_order_tickets.py +0 -0
  125. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_parameter_script.py +0 -0
  126. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_performance_logs.py +0 -0
  127. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_pixelscan.py +0 -0
  128. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_pyautogui.py +0 -0
  129. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_recaptcha.py +0 -0
  130. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_robot.py +0 -0
  131. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_sb.py +0 -0
  132. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_test_scripts.py +0 -0
  133. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_turnstile.py +0 -0
  134. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_uc_mode.py +0 -0
  135. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/sb_fixture_tests.py +0 -0
  136. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/shadow_root_test.py +0 -0
  137. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/swag_labs_user_tests.py +0 -0
  138. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_3d_apis.py +0 -0
  139. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_apple_site.py +0 -0
  140. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_assert_elements.py +0 -0
  141. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_calculator.py +0 -0
  142. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_canvas.py +0 -0
  143. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_cdp_ad_blocking.py +0 -0
  144. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_checkboxes.py +0 -0
  145. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_chinese_pdf.py +0 -0
  146. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_chromedriver.py +0 -0
  147. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_coffee_cart.py +0 -0
  148. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_console_logging.py +0 -0
  149. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_contains_selector.py +0 -0
  150. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_cycle_elements.py +0 -0
  151. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_decryption.py +0 -0
  152. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_deferred_asserts.py +0 -0
  153. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_demo_site.py +0 -0
  154. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_detect_404s.py +0 -0
  155. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_docs_site.py +0 -0
  156. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_double_click.py +0 -0
  157. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_download_files.py +0 -0
  158. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_download_images.py +0 -0
  159. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_drag_and_drop.py +0 -0
  160. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_error_page.py +0 -0
  161. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_event_firing.py +0 -0
  162. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_fail.py +0 -0
  163. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_geolocation.py +0 -0
  164. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_coffee.py +0 -0
  165. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_locale_code.py +0 -0
  166. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_pdf_text.py +0 -0
  167. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_user_agent.py +0 -0
  168. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_hack_search.py +0 -0
  169. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_highlight_elements.py +0 -0
  170. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_image_saving.py +0 -0
  171. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_inspect_html.py +0 -0
  172. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_login.py +0 -0
  173. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_markers.py +0 -0
  174. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_mfa_login.py +0 -0
  175. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_multiple_drivers.py +0 -0
  176. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_null.py +0 -0
  177. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_override_driver.py +0 -0
  178. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_override_sb_fixture.py +0 -0
  179. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_parse_soup.py +0 -0
  180. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_pdf_asserts.py +0 -0
  181. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_pytest_parametrize.py +0 -0
  182. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_repeat_tests.py +0 -0
  183. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_request_sb_fixture.py +0 -0
  184. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_save_screenshots.py +0 -0
  185. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_sb_fixture.py +0 -0
  186. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_scrape_bing.py +0 -0
  187. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_select_options.py +0 -0
  188. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_shadow_dom.py +0 -0
  189. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_show_file_choosers.py +0 -0
  190. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_simple_login.py +0 -0
  191. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_skype_site.py +0 -0
  192. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_suite.py +0 -0
  193. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_swag_labs.py +0 -0
  194. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_tinymce.py +0 -0
  195. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_todomvc.py +0 -0
  196. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_url_asserts.py +0 -0
  197. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_usefixtures.py +0 -0
  198. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_verify_chromedriver.py +0 -0
  199. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_window_switching.py +0 -0
  200. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_xfail.py +0 -0
  201. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_xkcd.py +0 -0
  202. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/time_limit_test.py +0 -0
  203. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/bootstrap_google_tour.py +0 -0
  204. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
  205. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/driverjs_maps_tour.py +0 -0
  206. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/google_tour.py +0 -0
  207. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/hopscotch_google_tour.py +0 -0
  208. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/introjs_google_tour.py +0 -0
  209. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/maps_introjs_tour.py +0 -0
  210. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/octocat_tour.py +0 -0
  211. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/recordings/__init__.py +0 -0
  212. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
  213. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/shepherd_google_tour.py +0 -0
  214. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/xkcd_tour.py +0 -0
  215. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/chinese_test_1.py +0 -0
  216. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/dutch_test_1.py +0 -0
  217. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/english_test_1.py +0 -0
  218. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/french_test_1.py +0 -0
  219. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/italian_test_1.py +0 -0
  220. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/japanese_test_1.py +0 -0
  221. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/korean_test_1.py +0 -0
  222. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/portuguese_test_1.py +0 -0
  223. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/russian_test_1.py +0 -0
  224. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/spanish_test_1.py +0 -0
  225. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/uc_cdp_events.py +0 -0
  226. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/unit_tests/verify_framework.py +0 -0
  227. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/upgrade_chromedriver.py +0 -0
  228. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/upload_file_test.py +0 -0
  229. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/user_agent_test.py +0 -0
  230. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/verify_undetected.py +0 -0
  231. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/__init__.py +0 -0
  232. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/layout_test.py +0 -0
  233. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/python_home_test.py +0 -0
  234. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/test_layout_fail.py +0 -0
  235. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/xkcd_visual_test.py +0 -0
  236. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/wordle_test.py +0 -0
  237. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/xpath_test.py +0 -0
  238. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/youtube_search_test.py +0 -0
  239. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/install.sh +0 -0
  240. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/__init__.py +0 -0
  241. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/__init__.py +0 -0
  242. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/environment.py +0 -0
  243. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/__init__.py +0 -0
  244. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/calculator.py +0 -0
  245. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/fail_page.py +0 -0
  246. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/real_world.py +0 -0
  247. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/swag_labs.py +0 -0
  248. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/brython/index.py +0 -0
  249. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/node_js/__init__.py +0 -0
  250. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/node_js/my_first_test.py +0 -0
  251. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/node_js/test_demo_site.py +0 -0
  252. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/mkdocs_build/prepare.py +0 -0
  253. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/pyproject.toml +0 -0
  254. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/pytest.ini +0 -0
  255. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/sbase/__init__.py +0 -0
  256. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/sbase/__main__.py +0 -0
  257. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/sbase/steps.py +0 -0
  258. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/__init__.py +0 -0
  259. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/__main__.py +0 -0
  260. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/__init__.py +0 -0
  261. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/behave_helper.py +0 -0
  262. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/behave_sb.py +0 -0
  263. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/steps.py +0 -0
  264. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/__init__.py +0 -0
  265. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/decorators.py +0 -0
  266. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/encryption.py +0 -0
  267. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/exceptions.py +0 -0
  268. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/obfuscate.py +0 -0
  269. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/unobfuscate.py +0 -0
  270. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/__init__.py +0 -0
  271. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/ad_block_list.py +0 -0
  272. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/proxy_list.py +0 -0
  273. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/settings.py +0 -0
  274. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/__init__.py +0 -0
  275. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/logo_helper.py +0 -0
  276. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/rich_helper.py +0 -0
  277. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/run.py +0 -0
  278. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
  279. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
  280. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_commander.py +0 -0
  281. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_install.py +0 -0
  282. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
  283. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
  284. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
  285. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
  286. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
  287. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_objectify.py +0 -0
  288. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_print.py +0 -0
  289. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_recorder.py +0 -0
  290. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/__init__.py +0 -0
  291. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/application_manager.py +0 -0
  292. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/browser_launcher.py +0 -0
  293. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/capabilities_parser.py +0 -0
  294. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/colored_traceback.py +0 -0
  295. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/create_db_tables.sql +0 -0
  296. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/detect_b_ver.py +0 -0
  297. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/download_helper.py +0 -0
  298. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/encoded_images.py +0 -0
  299. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/jqc_helper.py +0 -0
  300. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/log_helper.py +0 -0
  301. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/mysql.py +0 -0
  302. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/proxy_helper.py +0 -0
  303. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/recorder_helper.py +0 -0
  304. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/report_helper.py +0 -0
  305. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/s3_manager.py +0 -0
  306. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/sb_cdp.py +0 -0
  307. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/sb_driver.py +0 -0
  308. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/session_helper.py +0 -0
  309. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/settings_parser.py +0 -0
  310. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/style_sheet.py +0 -0
  311. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/testcase_manager.py +0 -0
  312. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/tour_helper.py +0 -0
  313. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/visual_helper.py +0 -0
  314. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/drivers/__init__.py +0 -0
  315. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/__init__.py +0 -0
  316. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/ad_block.zip +0 -0
  317. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/disable_csp.zip +0 -0
  318. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/recorder.zip +0 -0
  319. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/sbase_ext.zip +0 -0
  320. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/__init__.py +0 -0
  321. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/base_case.py +0 -0
  322. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/constants.py +0 -0
  323. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/css_to_xpath.py +0 -0
  324. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/errors.py +0 -0
  325. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/js_utils.py +0 -0
  326. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/page_actions.py +0 -0
  327. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/page_utils.py +0 -0
  328. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/shared_utils.py +0 -0
  329. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/unittest_helper.py +0 -0
  330. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/words.py +0 -0
  331. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/xpath_to_css.py +0 -0
  332. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/__init__.py +0 -0
  333. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/active_css_js.py +0 -0
  334. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/live_js.py +0 -0
  335. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/recorder_js.py +0 -0
  336. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/masterqa/__init__.py +0 -0
  337. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/masterqa/master_qa.py +0 -0
  338. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/__init__.py +0 -0
  339. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/base_plugin.py +0 -0
  340. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/basic_test_info.py +0 -0
  341. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
  342. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/driver_manager.py +0 -0
  343. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/page_source.py +0 -0
  344. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/pytest_plugin.py +0 -0
  345. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
  346. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/sb_manager.py +0 -0
  347. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/screen_shots.py +0 -0
  348. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/selenium_plugin.py +0 -0
  349. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/resources/__init__.py +0 -0
  350. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/__init__.py +0 -0
  351. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/chinese.py +0 -0
  352. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/dutch.py +0 -0
  353. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/french.py +0 -0
  354. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/italian.py +0 -0
  355. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/japanese.py +0 -0
  356. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/korean.py +0 -0
  357. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/master_dict.py +0 -0
  358. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/portuguese.py +0 -0
  359. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/russian.py +0 -0
  360. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/spanish.py +0 -0
  361. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/translator.py +0 -0
  362. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp.py +0 -0
  363. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
  364. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
  365. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
  366. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
  367. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/element.py +0 -0
  368. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
  369. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/dprocess.py +0 -0
  370. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/patcher.py +0 -0
  371. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/reactor.py +0 -0
  372. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/webelement.py +0 -0
  373. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/__init__.py +0 -0
  374. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
  375. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
  376. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/font_color +0 -0
  377. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
  378. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
  379. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
  380. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
  381. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
  382. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
  383. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
  384. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
  385. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
  386. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
  387. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/SOURCES.txt +0 -0
  388. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/dependency_links.txt +0 -0
  389. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/entry_points.txt +0 -0
  390. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/top_level.txt +0 -0
  391. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/setup.cfg +0 -0
  392. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/site/prepare.py +0 -0
  393. {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: seleniumbase
3
- Version: 4.32.3
3
+ Version: 4.32.4a1
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
@@ -59,7 +59,7 @@ Classifier: Topic :: Utilities
59
59
  Requires-Python: >=3.8
60
60
  Description-Content-Type: text/markdown
61
61
  License-File: LICENSE
62
- Requires-Dist: pip>=24.2
62
+ Requires-Dist: pip>=24.3
63
63
  Requires-Dist: packaging>=24.1
64
64
  Requires-Dist: setuptools~=70.2; python_version < "3.10"
65
65
  Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
@@ -489,48 +489,49 @@ pip install -e .
489
489
  🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
490
490
 
491
491
  ```bash
492
- ______ __ _ ____
493
- / ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
494
- \__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \ / /_) / __ \/ ___/ _ \
495
- ___/ / __/ / __/ / / / / /_/ / / / / / // /_) / (_/ /__ / __/
496
- /____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_//_____/\__,_/____/\___/
497
- ------------------------------------------------------------------
498
-
499
- * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
500
- * OR: "sbase [COMMAND] [PARAMETERS]"
501
-
502
- COMMANDS:
503
- get / install [DRIVER] [OPTIONS]
504
- methods (List common Python methods)
505
- options (List common pytest options)
506
- behave-options (List common behave options)
507
- gui / commander [OPTIONAL PATH or TEST FILE]
508
- behave-gui (SBase Commander for Behave)
509
- caseplans [OPTIONAL PATH or TEST FILE]
510
- mkdir [DIRECTORY] [OPTIONS]
511
- mkfile [FILE.py] [OPTIONS]
512
- mkrec / codegen [FILE.py] [OPTIONS]
513
- recorder (Open Recorder Desktop App.)
514
- record (If args: mkrec. Else: App.)
515
- mkpres [FILE.py] [LANG]
516
- mkchart [FILE.py] [LANG]
517
- print [FILE] [OPTIONS]
518
- translate [SB_FILE.py] [LANG] [ACTION]
519
- convert [WEBDRIVER_UNITTEST_FILE.py]
520
- extract-objects [SB_FILE.py]
521
- inject-objects [SB_FILE.py] [OPTIONS]
522
- objectify [SB_FILE.py] [OPTIONS]
523
- revert-objects [SB_FILE.py] [OPTIONS]
524
- encrypt / obfuscate
525
- decrypt / unobfuscate
526
- download server (Get Selenium Grid JAR file)
527
- grid-hub [start|stop] [OPTIONS]
528
- grid-node [start|stop] --hub=[HOST/IP]
529
- * (EXAMPLE: "sbase get chromedriver latest") *
530
-
531
- Type "sbase help [COMMAND]" for specific command info.
532
- For info on all commands, type: "seleniumbase --help".
533
- Use "pytest" for running tests.
492
+ ___ _ _ ___
493
+ / __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
494
+ \__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
495
+ |___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
496
+ ----------------------------------------------------
497
+
498
+ ╭──────────────────────────────────────────────────╮
499
+ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
500
+ * OR: "sbase [COMMAND] [PARAMETERS]"
501
+ │ │
502
+ COMMANDS: PARAMETERS / DESCRIPTIONS: │
503
+ get / install [DRIVER_NAME] [OPTIONS]
504
+ methods (List common Python methods)
505
+ options (List common pytest options)
506
+ behave-options (List common behave options)
507
+ gui / commander [OPTIONAL PATH or TEST FILE]
508
+ behave-gui (SBase Commander for Behave)
509
+ caseplans [OPTIONAL PATH or TEST FILE]
510
+ mkdir [DIRECTORY] [OPTIONS]
511
+ mkfile [FILE.py] [OPTIONS]
512
+ mkrec / codegen [FILE.py] [OPTIONS]
513
+ recorder (Open Recorder Desktop App.)
514
+ record (If args: mkrec. Else: App.)
515
+ mkpres [FILE.py] [LANG]
516
+ mkchart [FILE.py] [LANG]
517
+ print [FILE] [OPTIONS]
518
+ translate [SB_FILE.py] [LANG] [ACTION]
519
+ convert [WEBDRIVER_UNITTEST_FILE.py]
520
+ extract-objects [SB_FILE.py]
521
+ inject-objects [SB_FILE.py] [OPTIONS]
522
+ objectify [SB_FILE.py] [OPTIONS]
523
+ revert-objects [SB_FILE.py] [OPTIONS]
524
+ encrypt / obfuscate
525
+ decrypt / unobfuscate
526
+ │ proxy (Start a basic proxy server)
527
+ │ download server (Get Selenium Grid JAR file) │
528
+ grid-hub [start|stop] [OPTIONS]
529
+ │ grid-node [start|stop] --hub=[HOST/IP]
530
+ │ │
531
+ * EXAMPLE => "sbase get chromedriver stable" │
532
+ │ * For command info => "sbase help [COMMAND]"
533
+ * For info on all commands => "sbase --help" │
534
+ ╰──────────────────────────────────────────────────╯
534
535
  ```
535
536
 
536
537
  <h3>🔵 Downloading webdrivers:</h3>
@@ -1549,7 +1550,6 @@ pytest --reruns=1 --reruns-delay=1
1549
1550
  <span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
1550
1551
  <span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
1551
1552
  <span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
1552
- <span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
1553
1553
  </div></p>
1554
1554
 
1555
1555
  <p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
@@ -315,48 +315,49 @@ pip install -e .
315
315
  🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
316
316
 
317
317
  ```bash
318
- ______ __ _ ____
319
- / ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
320
- \__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \ / /_) / __ \/ ___/ _ \
321
- ___/ / __/ / __/ / / / / /_/ / / / / / // /_) / (_/ /__ / __/
322
- /____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_//_____/\__,_/____/\___/
323
- ------------------------------------------------------------------
324
-
325
- * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
326
- * OR: "sbase [COMMAND] [PARAMETERS]"
327
-
328
- COMMANDS:
329
- get / install [DRIVER] [OPTIONS]
330
- methods (List common Python methods)
331
- options (List common pytest options)
332
- behave-options (List common behave options)
333
- gui / commander [OPTIONAL PATH or TEST FILE]
334
- behave-gui (SBase Commander for Behave)
335
- caseplans [OPTIONAL PATH or TEST FILE]
336
- mkdir [DIRECTORY] [OPTIONS]
337
- mkfile [FILE.py] [OPTIONS]
338
- mkrec / codegen [FILE.py] [OPTIONS]
339
- recorder (Open Recorder Desktop App.)
340
- record (If args: mkrec. Else: App.)
341
- mkpres [FILE.py] [LANG]
342
- mkchart [FILE.py] [LANG]
343
- print [FILE] [OPTIONS]
344
- translate [SB_FILE.py] [LANG] [ACTION]
345
- convert [WEBDRIVER_UNITTEST_FILE.py]
346
- extract-objects [SB_FILE.py]
347
- inject-objects [SB_FILE.py] [OPTIONS]
348
- objectify [SB_FILE.py] [OPTIONS]
349
- revert-objects [SB_FILE.py] [OPTIONS]
350
- encrypt / obfuscate
351
- decrypt / unobfuscate
352
- download server (Get Selenium Grid JAR file)
353
- grid-hub [start|stop] [OPTIONS]
354
- grid-node [start|stop] --hub=[HOST/IP]
355
- * (EXAMPLE: "sbase get chromedriver latest") *
356
-
357
- Type "sbase help [COMMAND]" for specific command info.
358
- For info on all commands, type: "seleniumbase --help".
359
- Use "pytest" for running tests.
318
+ ___ _ _ ___
319
+ / __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
320
+ \__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
321
+ |___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
322
+ ----------------------------------------------------
323
+
324
+ ╭──────────────────────────────────────────────────╮
325
+ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
326
+ * OR: "sbase [COMMAND] [PARAMETERS]"
327
+ │ │
328
+ COMMANDS: PARAMETERS / DESCRIPTIONS: │
329
+ get / install [DRIVER_NAME] [OPTIONS]
330
+ methods (List common Python methods)
331
+ options (List common pytest options)
332
+ behave-options (List common behave options)
333
+ gui / commander [OPTIONAL PATH or TEST FILE]
334
+ behave-gui (SBase Commander for Behave)
335
+ caseplans [OPTIONAL PATH or TEST FILE]
336
+ mkdir [DIRECTORY] [OPTIONS]
337
+ mkfile [FILE.py] [OPTIONS]
338
+ mkrec / codegen [FILE.py] [OPTIONS]
339
+ recorder (Open Recorder Desktop App.)
340
+ record (If args: mkrec. Else: App.)
341
+ mkpres [FILE.py] [LANG]
342
+ mkchart [FILE.py] [LANG]
343
+ print [FILE] [OPTIONS]
344
+ translate [SB_FILE.py] [LANG] [ACTION]
345
+ convert [WEBDRIVER_UNITTEST_FILE.py]
346
+ extract-objects [SB_FILE.py]
347
+ inject-objects [SB_FILE.py] [OPTIONS]
348
+ objectify [SB_FILE.py] [OPTIONS]
349
+ revert-objects [SB_FILE.py] [OPTIONS]
350
+ encrypt / obfuscate
351
+ decrypt / unobfuscate
352
+ │ proxy (Start a basic proxy server)
353
+ │ download server (Get Selenium Grid JAR file) │
354
+ grid-hub [start|stop] [OPTIONS]
355
+ │ grid-node [start|stop] --hub=[HOST/IP]
356
+ │ │
357
+ * EXAMPLE => "sbase get chromedriver stable" │
358
+ │ * For command info => "sbase help [COMMAND]"
359
+ * For info on all commands => "sbase --help" │
360
+ ╰──────────────────────────────────────────────────╯
360
361
  ```
361
362
 
362
363
  <h3>🔵 Downloading webdrivers:</h3>
@@ -1375,7 +1376,6 @@ pytest --reruns=1 --reruns-delay=1
1375
1376
  <span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
1376
1377
  <span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
1377
1378
  <span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
1378
- <span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
1379
1379
  </div></p>
1380
1380
 
1381
1381
  <p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
@@ -1,4 +1,4 @@
1
- pip>=24.2
1
+ pip>=24.3
2
2
  packaging>=24.1
3
3
  setuptools~=70.2;python_version<"3.10"
4
4
  setuptools>=73.0.1;python_version>="3.10"
@@ -0,0 +1,2 @@
1
+ # seleniumbase package
2
+ __version__ = "4.32.4a1"
@@ -252,7 +252,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
252
252
  "Default",
253
253
  "Preferences",
254
254
  ),
255
- encoding="utf-8",
255
+ encoding="latin1",
256
256
  mode="r+",
257
257
  errors="ignore",
258
258
  ) as fs:
@@ -5,6 +5,7 @@ import secrets
5
5
  import sys
6
6
  import tempfile
7
7
  import zipfile
8
+ from seleniumbase.config import settings
8
9
  from typing import Union, List, Optional
9
10
 
10
11
  __all__ = [
@@ -101,7 +102,13 @@ class Config:
101
102
  # Other keyword args will be accessible by attribute
102
103
  self.__dict__.update(kwargs)
103
104
  super().__init__()
105
+ start_width = settings.CHROME_START_WIDTH
106
+ start_height = settings.CHROME_START_HEIGHT
107
+ start_x = settings.WINDOW_START_X
108
+ start_y = settings.WINDOW_START_Y
104
109
  self._default_browser_args = [
110
+ "--window-size=%s,%s" % (start_width, start_height),
111
+ "--window-position=%s,%s" % (start_x, start_y),
105
112
  "--remote-allow-origins=*",
106
113
  "--no-first-run",
107
114
  "--no-service-autorun",
@@ -292,7 +292,14 @@ class Connection(metaclass=CantTouchThis):
292
292
  if self.listener and self.listener.running:
293
293
  self.listener.cancel()
294
294
  self.enabled_domains.clear()
295
- await self.websocket.close()
295
+ await asyncio.sleep(0.015)
296
+ try:
297
+ await self.websocket.close()
298
+ except Exception:
299
+ logger.debug(
300
+ "\n❌ Error closing websocket connection to %s",
301
+ self.websocket_url
302
+ )
296
303
  logger.debug(
297
304
  "\n❌ Closed websocket connection to %s", self.websocket_url
298
305
  )
@@ -540,6 +547,7 @@ class Listener:
540
547
  self.idle.set()
541
548
  # Pause for a moment.
542
549
  # await asyncio.sleep(self.time_before_considered_idle / 10)
550
+ await asyncio.sleep(0.015)
543
551
  continue
544
552
  except (Exception,) as e:
545
553
  logger.debug(
@@ -1,9 +1,13 @@
1
1
  #!/usr/bin/env python3
2
2
  import json
3
+ import logging
3
4
  import os
5
+ import time
4
6
  from contextlib import suppress
5
7
  from selenium.webdriver.chromium.options import ChromiumOptions
6
8
 
9
+ logger = logging.getLogger(__name__)
10
+
7
11
 
8
12
  class ChromeOptions(ChromiumOptions):
9
13
  _session = None
@@ -53,14 +57,36 @@ class ChromeOptions(ChromiumOptions):
53
57
  with suppress(Exception):
54
58
  if os.path.exists(prefs_file):
55
59
  with open(
56
- prefs_file, encoding="utf-8", mode="r", errors="ignore"
60
+ prefs_file,
61
+ encoding="latin1",
62
+ mode="r",
63
+ errors="ignore",
57
64
  ) as f:
58
- undot_prefs = self._merge_nested(
59
- json.load(f), undot_prefs
60
- )
61
- with suppress(Exception):
62
- with open(prefs_file, encoding="utf-8", mode="w") as f:
63
- json.dump(undot_prefs, f)
65
+ data = json.load(f)
66
+ logger.debug("Existing preferences: %s" % data)
67
+ undot_prefs = self._merge_nested(data, undot_prefs)
68
+ logger.debug("Combined preferences: %s" % undot_prefs)
69
+ time.sleep(0.005)
70
+ if not os.path.exists(prefs_file):
71
+ try:
72
+ with open(
73
+ prefs_file,
74
+ encoding="latin1",
75
+ mode="w",
76
+ errors="ignore",
77
+ ) as f:
78
+ json.dump(undot_prefs, f)
79
+ except Exception:
80
+ time.sleep(0.005)
81
+ with suppress(Exception):
82
+ with open(
83
+ prefs_file,
84
+ encoding="utf-8",
85
+ mode="w",
86
+ errors="ignore",
87
+ ) as f:
88
+ json.dump(undot_prefs, f)
89
+ time.sleep(0.005)
64
90
  # Remove experimental_options to avoid errors
65
91
  del self._experimental_options["prefs"]
66
92
  exclude_switches = self.experimental_options.get("excludeSwitches")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: seleniumbase
3
- Version: 4.32.3
3
+ Version: 4.32.4a1
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
@@ -59,7 +59,7 @@ Classifier: Topic :: Utilities
59
59
  Requires-Python: >=3.8
60
60
  Description-Content-Type: text/markdown
61
61
  License-File: LICENSE
62
- Requires-Dist: pip>=24.2
62
+ Requires-Dist: pip>=24.3
63
63
  Requires-Dist: packaging>=24.1
64
64
  Requires-Dist: setuptools~=70.2; python_version < "3.10"
65
65
  Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
@@ -489,48 +489,49 @@ pip install -e .
489
489
  🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
490
490
 
491
491
  ```bash
492
- ______ __ _ ____
493
- / ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
494
- \__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \ / /_) / __ \/ ___/ _ \
495
- ___/ / __/ / __/ / / / / /_/ / / / / / // /_) / (_/ /__ / __/
496
- /____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_//_____/\__,_/____/\___/
497
- ------------------------------------------------------------------
498
-
499
- * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
500
- * OR: "sbase [COMMAND] [PARAMETERS]"
501
-
502
- COMMANDS:
503
- get / install [DRIVER] [OPTIONS]
504
- methods (List common Python methods)
505
- options (List common pytest options)
506
- behave-options (List common behave options)
507
- gui / commander [OPTIONAL PATH or TEST FILE]
508
- behave-gui (SBase Commander for Behave)
509
- caseplans [OPTIONAL PATH or TEST FILE]
510
- mkdir [DIRECTORY] [OPTIONS]
511
- mkfile [FILE.py] [OPTIONS]
512
- mkrec / codegen [FILE.py] [OPTIONS]
513
- recorder (Open Recorder Desktop App.)
514
- record (If args: mkrec. Else: App.)
515
- mkpres [FILE.py] [LANG]
516
- mkchart [FILE.py] [LANG]
517
- print [FILE] [OPTIONS]
518
- translate [SB_FILE.py] [LANG] [ACTION]
519
- convert [WEBDRIVER_UNITTEST_FILE.py]
520
- extract-objects [SB_FILE.py]
521
- inject-objects [SB_FILE.py] [OPTIONS]
522
- objectify [SB_FILE.py] [OPTIONS]
523
- revert-objects [SB_FILE.py] [OPTIONS]
524
- encrypt / obfuscate
525
- decrypt / unobfuscate
526
- download server (Get Selenium Grid JAR file)
527
- grid-hub [start|stop] [OPTIONS]
528
- grid-node [start|stop] --hub=[HOST/IP]
529
- * (EXAMPLE: "sbase get chromedriver latest") *
530
-
531
- Type "sbase help [COMMAND]" for specific command info.
532
- For info on all commands, type: "seleniumbase --help".
533
- Use "pytest" for running tests.
492
+ ___ _ _ ___
493
+ / __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
494
+ \__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
495
+ |___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
496
+ ----------------------------------------------------
497
+
498
+ ╭──────────────────────────────────────────────────╮
499
+ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
500
+ * OR: "sbase [COMMAND] [PARAMETERS]"
501
+ │ │
502
+ COMMANDS: PARAMETERS / DESCRIPTIONS: │
503
+ get / install [DRIVER_NAME] [OPTIONS]
504
+ methods (List common Python methods)
505
+ options (List common pytest options)
506
+ behave-options (List common behave options)
507
+ gui / commander [OPTIONAL PATH or TEST FILE]
508
+ behave-gui (SBase Commander for Behave)
509
+ caseplans [OPTIONAL PATH or TEST FILE]
510
+ mkdir [DIRECTORY] [OPTIONS]
511
+ mkfile [FILE.py] [OPTIONS]
512
+ mkrec / codegen [FILE.py] [OPTIONS]
513
+ recorder (Open Recorder Desktop App.)
514
+ record (If args: mkrec. Else: App.)
515
+ mkpres [FILE.py] [LANG]
516
+ mkchart [FILE.py] [LANG]
517
+ print [FILE] [OPTIONS]
518
+ translate [SB_FILE.py] [LANG] [ACTION]
519
+ convert [WEBDRIVER_UNITTEST_FILE.py]
520
+ extract-objects [SB_FILE.py]
521
+ inject-objects [SB_FILE.py] [OPTIONS]
522
+ objectify [SB_FILE.py] [OPTIONS]
523
+ revert-objects [SB_FILE.py] [OPTIONS]
524
+ encrypt / obfuscate
525
+ decrypt / unobfuscate
526
+ │ proxy (Start a basic proxy server)
527
+ │ download server (Get Selenium Grid JAR file) │
528
+ grid-hub [start|stop] [OPTIONS]
529
+ │ grid-node [start|stop] --hub=[HOST/IP]
530
+ │ │
531
+ * EXAMPLE => "sbase get chromedriver stable" │
532
+ │ * For command info => "sbase help [COMMAND]"
533
+ * For info on all commands => "sbase --help" │
534
+ ╰──────────────────────────────────────────────────╯
534
535
  ```
535
536
 
536
537
  <h3>🔵 Downloading webdrivers:</h3>
@@ -1549,7 +1550,6 @@ pytest --reruns=1 --reruns-delay=1
1549
1550
  <span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
1550
1551
  <span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
1551
1552
  <span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
1552
- <span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
1553
1553
  </div></p>
1554
1554
 
1555
1555
  <p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
@@ -1,4 +1,4 @@
1
- pip>=24.2
1
+ pip>=24.3
2
2
  packaging>=24.1
3
3
  wheel>=0.44.0
4
4
  attrs>=24.2.0
@@ -147,7 +147,7 @@ setup(
147
147
  ],
148
148
  python_requires=">=3.8",
149
149
  install_requires=[
150
- 'pip>=24.2',
150
+ 'pip>=24.3',
151
151
  'packaging>=24.1',
152
152
  'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153
153
  'setuptools>=73.0.1;python_version>="3.10"',
@@ -1,2 +0,0 @@
1
- # seleniumbase package
2
- __version__ = "4.32.3"
File without changes