seleniumbase 4.33.5__tar.gz → 4.33.6__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (392) hide show
  1. {seleniumbase-4.33.5/seleniumbase.egg-info → seleniumbase-4.33.6}/PKG-INFO +2 -2
  2. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/bootstrap_google_tour.py +2 -0
  3. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/driverjs_maps_tour.py +2 -0
  4. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/google_tour.py +2 -0
  5. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/hopscotch_google_tour.py +2 -0
  6. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/introjs_google_tour.py +2 -0
  7. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/maps_introjs_tour.py +2 -0
  8. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/shepherd_google_tour.py +2 -0
  9. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/requirements.txt +1 -1
  10. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/__version__.py +1 -1
  11. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/browser_launcher.py +57 -25
  12. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/log_helper.py +8 -6
  13. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/sb_cdp.py +12 -0
  14. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/style_sheet.py +10 -0
  15. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/base_case.py +29 -12
  16. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/shared_utils.py +14 -0
  17. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/pytest_plugin.py +28 -0
  18. {seleniumbase-4.33.5 → seleniumbase-4.33.6/seleniumbase.egg-info}/PKG-INFO +2 -2
  19. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase.egg-info/requires.txt +1 -1
  20. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/setup.py +2 -2
  21. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/.gitignore +0 -0
  22. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/LICENSE +0 -0
  23. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/MANIFEST.in +0 -0
  24. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/README.md +0 -0
  25. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/__init__.py +0 -0
  26. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/basic_test.py +0 -0
  27. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/__init__.py +0 -0
  28. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/__init__.py +0 -0
  29. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/environment.py +0 -0
  30. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/__init__.py +0 -0
  31. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/calculator.py +0 -0
  32. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/fail_page.py +0 -0
  33. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/imported.py +0 -0
  34. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
  35. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/__init__.py +0 -0
  36. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/base_test_case.py +0 -0
  37. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/boilerplate_test.py +0 -0
  38. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/classic_obj_test.py +0 -0
  39. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/page_objects.py +0 -0
  40. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/__init__.py +0 -0
  41. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
  42. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
  43. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/google_objects.py +0 -0
  44. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/google_test.py +0 -0
  45. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/sb_swag_test.py +0 -0
  46. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/swag_labs_test.py +0 -0
  47. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/samples/test_page_objects.py +0 -0
  48. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/boilerplates/sb_fixture_test.py +0 -0
  49. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/capabilities/mac_cap_file.py +0 -0
  50. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/capabilities/sample_cap_file_BS.py +0 -0
  51. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/capabilities/sample_cap_file_SL.py +0 -0
  52. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/capabilities/selenoid_cap_file.py +0 -0
  53. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/capabilities/win10_cap_file.py +0 -0
  54. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/chart_presentation.py +0 -0
  55. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/my_chart.py +0 -0
  56. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/pie_charts.py +0 -0
  57. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/test_area_chart.py +0 -0
  58. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/test_display_chart.py +0 -0
  59. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/test_line_chart.py +0 -0
  60. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/test_multi_series.py +0 -0
  61. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/chart_maker/test_save_chart.py +0 -0
  62. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/coffee_cart_tests.py +0 -0
  63. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/custom_settings.py +0 -0
  64. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/desktop_apps/recorder.py +0 -0
  65. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/dialog_boxes/dialog_box_tour.py +0 -0
  66. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/edge_test.py +0 -0
  67. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/github_test.py +0 -0
  68. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/gui_test_runner.py +0 -0
  69. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/hack_the_planet.py +0 -0
  70. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/handle_alert_test.py +0 -0
  71. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/iframe_tests.py +0 -0
  72. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/locale_code_test.py +0 -0
  73. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/master_qa/__init__.py +0 -0
  74. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/master_qa/basic_masterqa_test_0.py +0 -0
  75. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/master_qa/masterqa_test_1.py +0 -0
  76. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/__init__.py +0 -0
  77. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/protractor/__init__.py +0 -0
  78. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/protractor/example_test.py +0 -0
  79. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/protractor/input_test.py +0 -0
  80. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/protractor/mat_paginator_test.py +0 -0
  81. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/raw_selenium/__init__.py +0 -0
  82. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
  83. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
  84. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/raw_selenium/messy_raw.py +0 -0
  85. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/raw_selenium/refined_raw.py +0 -0
  86. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/migration/raw_selenium/simple_sbase.py +0 -0
  87. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/my_first_test.py +0 -0
  88. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/nth_child_test.py +0 -0
  89. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/__init__.py +0 -0
  90. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/load_html_test.py +0 -0
  91. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/test_demo_page.py +0 -0
  92. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/test_extended_driver.py +0 -0
  93. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/test_handle_alerts.py +0 -0
  94. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/test_request_fixture.py +0 -0
  95. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/offline_examples/test_user_agent.py +0 -0
  96. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/old_wordle_script.py +0 -0
  97. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/parameterized_test.py +0 -0
  98. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/performance_test.py +0 -0
  99. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/core_presentation.py +0 -0
  100. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/edge_presentation.py +0 -0
  101. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/fundamentals.py +0 -0
  102. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/multi_uc.py +0 -0
  103. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/my_presentation.py +0 -0
  104. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/py_virtual_envs.py +0 -0
  105. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/uc_presentation.py +0 -0
  106. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/presenter/uc_presentation_3.py +0 -0
  107. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/proxy_test.py +0 -0
  108. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/rate_limiting_test.py +0 -0
  109. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_ahrefs.py +0 -0
  110. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_antibot_login.py +0 -0
  111. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_bing_captcha.py +0 -0
  112. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_block.py +0 -0
  113. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_brotector_captcha.py +0 -0
  114. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_call.py +0 -0
  115. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_cdp_logging.py +0 -0
  116. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_cf.py +0 -0
  117. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_cookies.py +0 -0
  118. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_detection.py +0 -0
  119. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_driver_context.py +0 -0
  120. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_driver_manager.py +0 -0
  121. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_file_call.py +0 -0
  122. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_form_turnstile.py +0 -0
  123. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_games.py +0 -0
  124. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_gui_click.py +0 -0
  125. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_hobbit.py +0 -0
  126. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_login_context.py +0 -0
  127. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_login_driver.py +0 -0
  128. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_login_sb.py +0 -0
  129. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_main_call.py +0 -0
  130. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_mobile.py +0 -0
  131. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_multi_drivers.py +0 -0
  132. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_nopecha.py +0 -0
  133. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_order_tickets.py +0 -0
  134. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_parameter_script.py +0 -0
  135. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_performance_logs.py +0 -0
  136. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_pixelscan.py +0 -0
  137. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_pyautogui.py +0 -0
  138. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_recaptcha.py +0 -0
  139. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_robot.py +0 -0
  140. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_sb.py +0 -0
  141. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_test_scripts.py +0 -0
  142. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_turnstile.py +0 -0
  143. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/raw_uc_mode.py +0 -0
  144. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/sb_fixture_tests.py +0 -0
  145. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/shadow_root_test.py +0 -0
  146. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/swag_labs_user_tests.py +0 -0
  147. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_3d_apis.py +0 -0
  148. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_apple_site.py +0 -0
  149. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_assert_elements.py +0 -0
  150. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_calculator.py +0 -0
  151. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_canvas.py +0 -0
  152. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_cdp_ad_blocking.py +0 -0
  153. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_checkboxes.py +0 -0
  154. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_chinese_pdf.py +0 -0
  155. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_chromedriver.py +0 -0
  156. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_coffee_cart.py +0 -0
  157. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_console_logging.py +0 -0
  158. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_contains_selector.py +0 -0
  159. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_cycle_elements.py +0 -0
  160. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_decryption.py +0 -0
  161. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_deferred_asserts.py +0 -0
  162. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_demo_site.py +0 -0
  163. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_detect_404s.py +0 -0
  164. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_docs_site.py +0 -0
  165. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_double_click.py +0 -0
  166. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_download_files.py +0 -0
  167. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_download_images.py +0 -0
  168. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_drag_and_drop.py +0 -0
  169. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_error_page.py +0 -0
  170. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_event_firing.py +0 -0
  171. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_fail.py +0 -0
  172. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_geolocation.py +0 -0
  173. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_get_coffee.py +0 -0
  174. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_get_locale_code.py +0 -0
  175. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_get_pdf_text.py +0 -0
  176. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_get_user_agent.py +0 -0
  177. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_hack_search.py +0 -0
  178. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_highlight_elements.py +0 -0
  179. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_image_saving.py +0 -0
  180. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_inspect_html.py +0 -0
  181. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_login.py +0 -0
  182. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_markers.py +0 -0
  183. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_mfa_login.py +0 -0
  184. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_multiple_drivers.py +0 -0
  185. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_null.py +0 -0
  186. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_override_driver.py +0 -0
  187. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_override_sb_fixture.py +0 -0
  188. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_parse_soup.py +0 -0
  189. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_pdf_asserts.py +0 -0
  190. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_pytest_parametrize.py +0 -0
  191. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_repeat_tests.py +0 -0
  192. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_request_sb_fixture.py +0 -0
  193. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_save_screenshots.py +0 -0
  194. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_sb_fixture.py +0 -0
  195. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_scrape_bing.py +0 -0
  196. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_select_options.py +0 -0
  197. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_shadow_dom.py +0 -0
  198. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_show_file_choosers.py +0 -0
  199. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_simple_login.py +0 -0
  200. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_skype_site.py +0 -0
  201. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_suite.py +0 -0
  202. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_swag_labs.py +0 -0
  203. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_tinymce.py +0 -0
  204. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_todomvc.py +0 -0
  205. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_url_asserts.py +0 -0
  206. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_usefixtures.py +0 -0
  207. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_verify_chromedriver.py +0 -0
  208. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_window_switching.py +0 -0
  209. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_xfail.py +0 -0
  210. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/test_xkcd.py +0 -0
  211. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/time_limit_test.py +0 -0
  212. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
  213. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/octocat_tour.py +0 -0
  214. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/recordings/__init__.py +0 -0
  215. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
  216. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/tour_examples/xkcd_tour.py +0 -0
  217. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/chinese_test_1.py +0 -0
  218. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/dutch_test_1.py +0 -0
  219. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/english_test_1.py +0 -0
  220. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/french_test_1.py +0 -0
  221. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/italian_test_1.py +0 -0
  222. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/japanese_test_1.py +0 -0
  223. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/korean_test_1.py +0 -0
  224. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/portuguese_test_1.py +0 -0
  225. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/russian_test_1.py +0 -0
  226. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/translations/spanish_test_1.py +0 -0
  227. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/uc_cdp_events.py +0 -0
  228. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/unit_tests/verify_framework.py +0 -0
  229. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/upgrade_chromedriver.py +0 -0
  230. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/upload_file_test.py +0 -0
  231. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/user_agent_test.py +0 -0
  232. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/verify_undetected.py +0 -0
  233. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/visual_testing/__init__.py +0 -0
  234. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/visual_testing/layout_test.py +0 -0
  235. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/visual_testing/python_home_test.py +0 -0
  236. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/visual_testing/test_layout_fail.py +0 -0
  237. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/visual_testing/xkcd_visual_test.py +0 -0
  238. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/wordle_test.py +0 -0
  239. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/xpath_test.py +0 -0
  240. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/examples/youtube_search_test.py +0 -0
  241. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/install.sh +0 -0
  242. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/__init__.py +0 -0
  243. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/__init__.py +0 -0
  244. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/environment.py +0 -0
  245. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/steps/__init__.py +0 -0
  246. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/steps/calculator.py +0 -0
  247. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/steps/fail_page.py +0 -0
  248. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/steps/real_world.py +0 -0
  249. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/behave/features/steps/swag_labs.py +0 -0
  250. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/brython/index.py +0 -0
  251. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/node_js/__init__.py +0 -0
  252. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/node_js/my_first_test.py +0 -0
  253. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/integrations/node_js/test_demo_site.py +0 -0
  254. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/mkdocs_build/prepare.py +0 -0
  255. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/pyproject.toml +0 -0
  256. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/pytest.ini +0 -0
  257. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/sbase/__init__.py +0 -0
  258. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/sbase/__main__.py +0 -0
  259. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/sbase/steps.py +0 -0
  260. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/__init__.py +0 -0
  261. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/__main__.py +0 -0
  262. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/behave/__init__.py +0 -0
  263. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/behave/behave_helper.py +0 -0
  264. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/behave/behave_sb.py +0 -0
  265. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/behave/steps.py +0 -0
  266. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/common/__init__.py +0 -0
  267. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/common/decorators.py +0 -0
  268. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/common/encryption.py +0 -0
  269. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/common/exceptions.py +0 -0
  270. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/common/obfuscate.py +0 -0
  271. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/common/unobfuscate.py +0 -0
  272. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/config/__init__.py +0 -0
  273. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/config/ad_block_list.py +0 -0
  274. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/config/proxy_list.py +0 -0
  275. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/config/settings.py +0 -0
  276. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/__init__.py +0 -0
  277. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/logo_helper.py +0 -0
  278. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/rich_helper.py +0 -0
  279. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/run.py +0 -0
  280. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
  281. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
  282. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_commander.py +0 -0
  283. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_install.py +0 -0
  284. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
  285. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
  286. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
  287. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
  288. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
  289. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_objectify.py +0 -0
  290. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_print.py +0 -0
  291. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_recorder.py +0 -0
  292. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/__init__.py +0 -0
  293. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/application_manager.py +0 -0
  294. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/capabilities_parser.py +0 -0
  295. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/colored_traceback.py +0 -0
  296. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/create_db_tables.sql +0 -0
  297. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/detect_b_ver.py +0 -0
  298. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/download_helper.py +0 -0
  299. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/encoded_images.py +0 -0
  300. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/jqc_helper.py +0 -0
  301. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/mysql.py +0 -0
  302. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/proxy_helper.py +0 -0
  303. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/recorder_helper.py +0 -0
  304. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/report_helper.py +0 -0
  305. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/s3_manager.py +0 -0
  306. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/sb_driver.py +0 -0
  307. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/session_helper.py +0 -0
  308. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/settings_parser.py +0 -0
  309. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/testcase_manager.py +0 -0
  310. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/tour_helper.py +0 -0
  311. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/core/visual_helper.py +0 -0
  312. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/drivers/__init__.py +0 -0
  313. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/extensions/__init__.py +0 -0
  314. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/extensions/ad_block.zip +0 -0
  315. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/extensions/disable_csp.zip +0 -0
  316. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/extensions/recorder.zip +0 -0
  317. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/extensions/sbase_ext.zip +0 -0
  318. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/__init__.py +0 -0
  319. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/constants.py +0 -0
  320. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/css_to_xpath.py +0 -0
  321. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/errors.py +0 -0
  322. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/js_utils.py +0 -0
  323. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/page_actions.py +0 -0
  324. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/page_utils.py +0 -0
  325. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/unittest_helper.py +0 -0
  326. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/words.py +0 -0
  327. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/fixtures/xpath_to_css.py +0 -0
  328. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/js_code/__init__.py +0 -0
  329. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/js_code/active_css_js.py +0 -0
  330. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/js_code/live_js.py +0 -0
  331. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/js_code/recorder_js.py +0 -0
  332. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/masterqa/__init__.py +0 -0
  333. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/masterqa/master_qa.py +0 -0
  334. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/__init__.py +0 -0
  335. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/base_plugin.py +0 -0
  336. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/basic_test_info.py +0 -0
  337. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
  338. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/driver_manager.py +0 -0
  339. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/page_source.py +0 -0
  340. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
  341. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/sb_manager.py +0 -0
  342. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/screen_shots.py +0 -0
  343. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/plugins/selenium_plugin.py +0 -0
  344. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/resources/__init__.py +0 -0
  345. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/__init__.py +0 -0
  346. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/chinese.py +0 -0
  347. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/dutch.py +0 -0
  348. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/french.py +0 -0
  349. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/italian.py +0 -0
  350. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/japanese.py +0 -0
  351. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/korean.py +0 -0
  352. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/master_dict.py +0 -0
  353. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/portuguese.py +0 -0
  354. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/russian.py +0 -0
  355. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/spanish.py +0 -0
  356. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/translate/translator.py +0 -0
  357. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/__init__.py +0 -0
  358. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp.py +0 -0
  359. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
  360. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
  361. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
  362. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
  363. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/config.py +0 -0
  364. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
  365. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/element.py +0 -0
  366. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
  367. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/dprocess.py +0 -0
  368. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/options.py +0 -0
  369. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/patcher.py +0 -0
  370. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/reactor.py +0 -0
  371. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/undetected/webelement.py +0 -0
  372. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/__init__.py +0 -0
  373. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
  374. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
  375. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/font_color +0 -0
  376. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
  377. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
  378. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
  379. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
  380. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
  381. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
  382. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
  383. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
  384. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
  385. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
  386. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase.egg-info/SOURCES.txt +0 -0
  387. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase.egg-info/dependency_links.txt +0 -0
  388. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase.egg-info/entry_points.txt +0 -0
  389. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/seleniumbase.egg-info/top_level.txt +0 -0
  390. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/setup.cfg +0 -0
  391. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/site/prepare.py +0 -0
  392. {seleniumbase-4.33.5 → seleniumbase-4.33.6}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: seleniumbase
3
- Version: 4.33.5
3
+ Version: 4.33.6
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
@@ -126,7 +126,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
126
126
  Requires-Dist: allure-behave>=2.13.5; extra == "allure"
127
127
  Provides-Extra: coverage
128
128
  Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
129
- Requires-Dist: coverage>=7.6.8; python_version >= "3.9" and extra == "coverage"
129
+ Requires-Dist: coverage>=7.6.9; python_version >= "3.9" and extra == "coverage"
130
130
  Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
131
131
  Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
132
132
  Provides-Extra: flake8
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
34
34
  self.wait_for_element("#searchboxinput", timeout=20)
35
35
  self.wait_for_element("#minimap", timeout=20)
36
36
  self.wait_for_element("#zoom", timeout=20)
37
+ self.wait_for_element("#widget-zoom-out")
38
+ self.wait_for_element('[jsaction*="minimap.main;"]')
37
39
 
38
40
  self.create_bootstrap_tour()
39
41
  self.add_tour_step("Welcome to Google Maps", title="SeleniumBase Tour")
@@ -8,6 +8,8 @@ class MyTestClass(BaseCase):
8
8
  self.wait_for_element("#searchboxinput", timeout=20)
9
9
  self.wait_for_element("#minimap", timeout=20)
10
10
  self.wait_for_element("#zoom", timeout=20)
11
+ self.wait_for_element("#widget-zoom-out")
12
+ self.wait_for_element('[jsaction*="minimap.main;"]')
11
13
 
12
14
  # Create a website tour using the DriverJS library
13
15
  # Same as: self.create_driverjs_tour()
@@ -40,6 +40,8 @@ class MyTourClass(BaseCase):
40
40
  self.wait_for_element("#searchboxinput")
41
41
  self.wait_for_element("#minimap")
42
42
  self.wait_for_element("#zoom")
43
+ self.wait_for_element("#widget-zoom-out")
44
+ self.wait_for_element('[jsaction*="minimap.main;"]')
43
45
 
44
46
  # Create a website tour using the IntroJS library
45
47
  # Same as: self.create_introjs_tour()
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
34
34
  self.wait_for_element("#searchboxinput", timeout=20)
35
35
  self.wait_for_element("#minimap", timeout=20)
36
36
  self.wait_for_element("#zoom", timeout=20)
37
+ self.wait_for_element("#widget-zoom-out")
38
+ self.wait_for_element('[jsaction*="minimap.main;"]')
37
39
 
38
40
  self.create_hopscotch_tour()
39
41
  self.add_tour_step("Welcome to Google Maps", title="SeleniumBase Tour")
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
34
34
  self.wait_for_element("#searchboxinput", timeout=20)
35
35
  self.wait_for_element("#minimap", timeout=20)
36
36
  self.wait_for_element("#zoom", timeout=20)
37
+ self.wait_for_element("#widget-zoom-out")
38
+ self.wait_for_element('[jsaction*="minimap.main;"]')
37
39
 
38
40
  self.set_introjs_colors("#f26721", "#db5409")
39
41
  self.create_introjs_tour()
@@ -8,6 +8,8 @@ class MyTourClass(BaseCase):
8
8
  self.wait_for_element("#searchboxinput", timeout=20)
9
9
  self.wait_for_element("#minimap", timeout=20)
10
10
  self.wait_for_element("#zoom", timeout=20)
11
+ self.wait_for_element("#widget-zoom-out")
12
+ self.wait_for_element('[jsaction*="minimap.main;"]')
11
13
 
12
14
  self.create_tour(theme="introjs")
13
15
  self.add_tour_step(
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
34
34
  self.wait_for_element("#searchboxinput", timeout=20)
35
35
  self.wait_for_element("#minimap", timeout=20)
36
36
  self.wait_for_element("#zoom", timeout=20)
37
+ self.wait_for_element("#widget-zoom-out")
38
+ self.wait_for_element('[jsaction*="minimap.main;"]')
37
39
 
38
40
  self.create_shepherd_tour(theme="dark")
39
41
  self.add_tour_step("Welcome to Google Maps!")
@@ -64,7 +64,7 @@ rich==13.9.4
64
64
  # ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
65
65
 
66
66
  coverage>=7.6.1;python_version<"3.9"
67
- coverage>=7.6.8;python_version>="3.9"
67
+ coverage>=7.6.9;python_version>="3.9"
68
68
  pytest-cov>=5.0.0;python_version<"3.9"
69
69
  pytest-cov>=6.0.0;python_version>="3.9"
70
70
  flake8==5.0.4;python_version<"3.9"
@@ -1,2 +1,2 @@
1
1
  # seleniumbase package
2
- __version__ = "4.33.5"
2
+ __version__ = "4.33.6"
@@ -97,26 +97,12 @@ def log_d(message):
97
97
  print(message)
98
98
 
99
99
 
100
- def make_writable(file_path):
101
- # Set permissions to: "If you can read it, you can write it."
102
- mode = os.stat(file_path).st_mode
103
- mode |= (mode & 0o444) >> 1 # copy R bits to W
104
- os.chmod(file_path, mode)
105
-
106
-
107
- def make_executable(file_path):
108
- # Set permissions to: "If you can read it, you can execute it."
109
- mode = os.stat(file_path).st_mode
110
- mode |= (mode & 0o444) >> 2 # copy R bits to X
111
- os.chmod(file_path, mode)
112
-
113
-
114
100
  def make_driver_executable_if_not(driver_path):
115
101
  # Verify driver has executable permissions. If not, add them.
116
102
  permissions = oct(os.stat(driver_path)[0])[-3:]
117
103
  if "4" in permissions or "6" in permissions:
118
104
  # We want at least a '5' or '7' to make sure it's executable
119
- make_executable(driver_path)
105
+ shared_utils.make_executable(driver_path)
120
106
 
121
107
 
122
108
  def extend_driver(driver):
@@ -566,6 +552,10 @@ def uc_open_with_cdp_mode(driver, url=None):
566
552
  for tab in driver.cdp_base.tabs[-1::-1]:
567
553
  if "chrome-extension://" not in str(tab):
568
554
  with gui_lock:
555
+ with suppress(Exception):
556
+ shared_utils.make_writable(
557
+ constants.MultiBrowser.PYAUTOGUILOCK
558
+ )
569
559
  loop.run_until_complete(tab.activate())
570
560
  break
571
561
 
@@ -580,11 +570,17 @@ def uc_open_with_cdp_mode(driver, url=None):
580
570
  if page_tab:
581
571
  loop.run_until_complete(page_tab.aopen())
582
572
  with gui_lock:
573
+ with suppress(Exception):
574
+ shared_utils.make_writable(
575
+ constants.MultiBrowser.PYAUTOGUILOCK
576
+ )
583
577
  loop.run_until_complete(page_tab.activate())
584
578
 
585
579
  loop.run_until_complete(driver.cdp_base.update_targets())
586
580
  page = loop.run_until_complete(driver.cdp_base.get(url))
587
581
  with gui_lock:
582
+ with suppress(Exception):
583
+ shared_utils.make_writable(constants.MultiBrowser.PYAUTOGUILOCK)
588
584
  loop.run_until_complete(page.activate())
589
585
  loop.run_until_complete(page.wait())
590
586
  if not safe_url:
@@ -883,17 +879,12 @@ def install_pyautogui_if_missing(driver):
883
879
  with pip_find_lock:
884
880
  pass
885
881
  except Exception:
886
- # Need write permissions
887
- with suppress(Exception):
888
- make_writable(constants.PipInstall.FINDLOCK)
889
- try:
890
- with pip_find_lock:
891
- pass
892
- except Exception:
893
- # Since missing permissions, skip the locks
894
- __install_pyautogui_if_missing()
895
- return
882
+ # Since missing permissions, skip the locks
883
+ __install_pyautogui_if_missing()
884
+ return
896
885
  with pip_find_lock: # Prevent issues with multiple processes
886
+ with suppress(Exception):
887
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
897
888
  __install_pyautogui_if_missing()
898
889
 
899
890
 
@@ -1789,6 +1780,8 @@ def _add_chrome_proxy_extension(
1789
1780
  if zip_it:
1790
1781
  proxy_zip_lock = fasteners.InterProcessLock(PROXY_ZIP_LOCK)
1791
1782
  with proxy_zip_lock:
1783
+ with suppress(Exception):
1784
+ shared_utils.make_writable(PROXY_ZIP_LOCK)
1792
1785
  if multi_proxy:
1793
1786
  _set_proxy_filenames()
1794
1787
  if not os.path.exists(proxy_helper.PROXY_ZIP_PATH):
@@ -1800,6 +1793,8 @@ def _add_chrome_proxy_extension(
1800
1793
  else:
1801
1794
  proxy_dir_lock = fasteners.InterProcessLock(PROXY_DIR_LOCK)
1802
1795
  with proxy_dir_lock:
1796
+ with suppress(Exception):
1797
+ shared_utils.make_writable(PROXY_DIR_LOCK)
1803
1798
  if multi_proxy:
1804
1799
  _set_proxy_filenames()
1805
1800
  if not os.path.exists(proxy_helper.PROXY_DIR_PATH):
@@ -1825,6 +1820,8 @@ def is_using_uc(undetectable, browser_name):
1825
1820
  def _unzip_to_new_folder(zip_file, folder):
1826
1821
  proxy_dir_lock = fasteners.InterProcessLock(PROXY_DIR_LOCK)
1827
1822
  with proxy_dir_lock:
1823
+ with suppress(Exception):
1824
+ shared_utils.make_writable(PROXY_DIR_LOCK)
1828
1825
  if not os.path.exists(folder):
1829
1826
  import zipfile
1830
1827
  zip_ref = zipfile.ZipFile(zip_file, "r")
@@ -2934,6 +2931,8 @@ def get_remote_driver(
2934
2931
  constants.PipInstall.FINDLOCK
2935
2932
  )
2936
2933
  with pip_find_lock: # Prevent issues with multiple processes
2934
+ with suppress(Exception):
2935
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
2937
2936
  try:
2938
2937
  from seleniumwire import webdriver
2939
2938
  import blinker
@@ -3371,6 +3370,8 @@ def get_local_driver(
3371
3370
  constants.PipInstall.FINDLOCK
3372
3371
  )
3373
3372
  with pip_find_lock: # Prevent issues with multiple processes
3373
+ with suppress(Exception):
3374
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
3374
3375
  try:
3375
3376
  from seleniumwire import webdriver
3376
3377
  import blinker
@@ -3434,6 +3435,10 @@ def get_local_driver(
3434
3435
  constants.MultiBrowser.DRIVER_FIXING_LOCK
3435
3436
  )
3436
3437
  with geckodriver_fixing_lock:
3438
+ with suppress(Exception):
3439
+ shared_utils.make_writable(
3440
+ constants.MultiBrowser.DRIVER_FIXING_LOCK
3441
+ )
3437
3442
  if not geckodriver_on_path():
3438
3443
  sys_args = sys.argv # Save a copy of sys args
3439
3444
  log_d(
@@ -3736,6 +3741,10 @@ def get_local_driver(
3736
3741
  constants.MultiBrowser.DRIVER_FIXING_LOCK
3737
3742
  )
3738
3743
  with edgedriver_fixing_lock:
3744
+ with suppress(Exception):
3745
+ shared_utils.make_writable(
3746
+ constants.MultiBrowser.DRIVER_FIXING_LOCK
3747
+ )
3739
3748
  msg = "Microsoft Edge Driver not found."
3740
3749
  if edgedriver_upgrade_needed:
3741
3750
  msg = "Microsoft Edge Driver update needed."
@@ -4119,6 +4128,10 @@ def get_local_driver(
4119
4128
  constants.MultiBrowser.DRIVER_FIXING_LOCK
4120
4129
  )
4121
4130
  with edgedriver_fixing_lock:
4131
+ with suppress(Exception):
4132
+ shared_utils.make_writable(
4133
+ constants.MultiBrowser.DRIVER_FIXING_LOCK
4134
+ )
4122
4135
  with suppress(Exception):
4123
4136
  if not _was_driver_repaired():
4124
4137
  _repair_edgedriver(edge_version)
@@ -4501,6 +4514,10 @@ def get_local_driver(
4501
4514
  constants.MultiBrowser.DRIVER_FIXING_LOCK
4502
4515
  )
4503
4516
  with chromedriver_fixing_lock:
4517
+ with suppress(Exception):
4518
+ shared_utils.make_writable(
4519
+ constants.MultiBrowser.DRIVER_FIXING_LOCK
4520
+ )
4504
4521
  msg = "chromedriver update needed. Getting it now:"
4505
4522
  if not path_chromedriver:
4506
4523
  msg = "chromedriver not found. Getting it now:"
@@ -4592,6 +4609,10 @@ def get_local_driver(
4592
4609
  constants.MultiBrowser.DRIVER_FIXING_LOCK
4593
4610
  )
4594
4611
  with uc_lock: # Avoid multithreaded issues
4612
+ with suppress(Exception):
4613
+ shared_utils.make_writable(
4614
+ constants.MultiBrowser.DRIVER_FIXING_LOCK
4615
+ )
4595
4616
  if make_uc_driver_from_chromedriver:
4596
4617
  if os.path.exists(LOCAL_CHROMEDRIVER):
4597
4618
  with suppress(Exception):
@@ -4851,6 +4872,10 @@ def get_local_driver(
4851
4872
  if not os.path.exists(cf_lock_path):
4852
4873
  # Avoid multithreaded issues
4853
4874
  with cf_lock:
4875
+ with suppress(Exception):
4876
+ shared_utils.make_writable(
4877
+ cf_lock_path
4878
+ )
4854
4879
  # Install Python Certificates (MAC)
4855
4880
  os.system(
4856
4881
  r"bash /Applications/Python*/"
@@ -4994,6 +5019,10 @@ def get_local_driver(
4994
5019
  constants.MultiBrowser.DRIVER_FIXING_LOCK
4995
5020
  )
4996
5021
  with chromedriver_fixing_lock:
5022
+ with suppress(Exception):
5023
+ shared_utils.make_writable(
5024
+ constants.MultiBrowser.DRIVER_FIXING_LOCK
5025
+ )
4997
5026
  if not _was_driver_repaired():
4998
5027
  _repair_chromedriver(
4999
5028
  chrome_options, headless_options, mcv
@@ -5192,7 +5221,10 @@ def get_local_driver(
5192
5221
  chromedr_fixing_lock = fasteners.InterProcessLock(
5193
5222
  constants.MultiBrowser.DRIVER_FIXING_LOCK
5194
5223
  )
5224
+ D_F_L = constants.MultiBrowser.DRIVER_FIXING_LOCK
5195
5225
  with chromedr_fixing_lock:
5226
+ with suppress(Exception):
5227
+ shared_utils.make_writable(D_F_L)
5196
5228
  if not _was_driver_repaired():
5197
5229
  with suppress(Exception):
5198
5230
  _repair_chromedriver(
@@ -339,9 +339,10 @@ def log_skipped_test_data(test, test_logpath, driver, browser, reason):
339
339
  data_to_save.append(" * Skip Reason: %s" % reason)
340
340
  data_to_save.append("")
341
341
  file_path = os.path.join(test_logpath, "skip_reason.txt")
342
- log_file = codecs.open(file_path, "w+", encoding="utf-8")
343
- log_file.writelines("\r\n".join(data_to_save))
344
- log_file.close()
342
+ with suppress(Exception):
343
+ log_file = codecs.open(file_path, "w+", encoding="utf-8")
344
+ log_file.writelines("\r\n".join(data_to_save))
345
+ log_file.close()
345
346
 
346
347
 
347
348
  def log_page_source(test_logpath, driver, source=None):
@@ -368,9 +369,10 @@ def log_page_source(test_logpath, driver, source=None):
368
369
  if not os.path.exists(test_logpath):
369
370
  os.makedirs(test_logpath)
370
371
  html_file_path = os.path.join(test_logpath, html_file_name)
371
- html_file = codecs.open(html_file_path, "w+", encoding="utf-8")
372
- html_file.write(page_source)
373
- html_file.close()
372
+ with suppress(Exception):
373
+ html_file = codecs.open(html_file_path, "w+", encoding="utf-8")
374
+ html_file.write(page_source)
375
+ html_file.close()
374
376
 
375
377
 
376
378
  def get_test_id(test):
@@ -1019,6 +1019,10 @@ class CDPMethods():
1019
1019
  with suppress(Exception):
1020
1020
  self.loop.run_until_complete(self.page.evaluate(js_code))
1021
1021
 
1022
+ def __make_sure_pyautogui_lock_is_writable(self):
1023
+ with suppress(Exception):
1024
+ shared_utils.make_writable(constants.MultiBrowser.PYAUTOGUILOCK)
1025
+
1022
1026
  def __verify_pyautogui_has_a_headed_browser(self):
1023
1027
  """PyAutoGUI requires a headed browser so that it can
1024
1028
  focus on the correct element when performing actions."""
@@ -1039,6 +1043,8 @@ class CDPMethods():
1039
1043
  constants.PipInstall.FINDLOCK
1040
1044
  )
1041
1045
  with pip_find_lock: # Prevent issues with multiple processes
1046
+ with suppress(Exception):
1047
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
1042
1048
  try:
1043
1049
  import pyautogui
1044
1050
  with suppress(Exception):
@@ -1124,6 +1130,7 @@ class CDPMethods():
1124
1130
  constants.MultiBrowser.PYAUTOGUILOCK
1125
1131
  )
1126
1132
  with gui_lock:
1133
+ self.__make_sure_pyautogui_lock_is_writable()
1127
1134
  pyautogui.press(key)
1128
1135
  time.sleep(0.044)
1129
1136
  self.__slow_mode_pause_if_set()
@@ -1137,6 +1144,7 @@ class CDPMethods():
1137
1144
  constants.MultiBrowser.PYAUTOGUILOCK
1138
1145
  )
1139
1146
  with gui_lock:
1147
+ self.__make_sure_pyautogui_lock_is_writable()
1140
1148
  for key in keys:
1141
1149
  pyautogui.press(key)
1142
1150
  time.sleep(0.044)
@@ -1151,6 +1159,7 @@ class CDPMethods():
1151
1159
  constants.MultiBrowser.PYAUTOGUILOCK
1152
1160
  )
1153
1161
  with gui_lock:
1162
+ self.__make_sure_pyautogui_lock_is_writable()
1154
1163
  pyautogui.write(text)
1155
1164
  self.__slow_mode_pause_if_set()
1156
1165
  self.loop.run_until_complete(self.page.wait())
@@ -1171,6 +1180,7 @@ class CDPMethods():
1171
1180
  constants.MultiBrowser.PYAUTOGUILOCK
1172
1181
  )
1173
1182
  with gui_lock: # Prevent issues with multiple processes
1183
+ self.__make_sure_pyautogui_lock_is_writable()
1174
1184
  pyautogui.moveTo(x, y, timeframe, pyautogui.easeOutQuad)
1175
1185
  if timeframe >= 0.25:
1176
1186
  time.sleep(0.056) # Wait if moving at human-speed
@@ -1191,6 +1201,7 @@ class CDPMethods():
1191
1201
  constants.MultiBrowser.PYAUTOGUILOCK
1192
1202
  )
1193
1203
  with gui_lock: # Prevent issues with multiple processes
1204
+ self.__make_sure_pyautogui_lock_is_writable()
1194
1205
  self.__install_pyautogui_if_missing()
1195
1206
  import pyautogui
1196
1207
  pyautogui = self.__get_configured_pyautogui(pyautogui)
@@ -1408,6 +1419,7 @@ class CDPMethods():
1408
1419
  constants.MultiBrowser.PYAUTOGUILOCK
1409
1420
  )
1410
1421
  with gui_lock:
1422
+ self.__make_sure_pyautogui_lock_is_writable()
1411
1423
  self.bring_active_window_to_front()
1412
1424
  self.gui_hover_element(hover_selector)
1413
1425
  time.sleep(0.15)
@@ -1,4 +1,5 @@
1
1
  import sys
2
+ import textwrap
2
3
  from seleniumbase.fixtures import constants
3
4
 
4
5
 
@@ -116,6 +117,7 @@ def get_report_style():
116
117
  }
117
118
  </style>"""
118
119
  )
120
+ style = textwrap.dedent(style)
119
121
  Saved.report_style = style
120
122
  return style
121
123
 
@@ -132,6 +134,7 @@ def get_bt_backdrop_style():
132
134
  box-shadow: 0 0 0 88422px rgba(0, 0, 0, 0.42);
133
135
  pointer-events: auto !important;
134
136
  }"""
137
+ bt_backdrop_style = textwrap.dedent(bt_backdrop_style)
135
138
  Saved.bt_backdrop_style = bt_backdrop_style
136
139
  return bt_backdrop_style
137
140
 
@@ -150,6 +153,7 @@ def get_dt_backdrop_style():
150
153
  button.driver-prev-btn.driver-disabled {
151
154
  visibility: hidden;
152
155
  }"""
156
+ dt_backdrop_style = textwrap.dedent(dt_backdrop_style)
153
157
  Saved.dt_backdrop_style = dt_backdrop_style
154
158
  return dt_backdrop_style
155
159
 
@@ -167,6 +171,7 @@ def get_messenger_style():
167
171
  box-shadow: 2px 2px 9px 4px rgba(32, 142, 120, 0.28),
168
172
  2px 2px 9px 4px rgba(200, 240, 80, 0.34) !important;
169
173
  }""" % font_family
174
+ messenger_style = textwrap.dedent(messenger_style)
170
175
  Saved.messenger_style = messenger_style
171
176
  return messenger_style
172
177
 
@@ -181,6 +186,7 @@ def get_sh_style_test():
181
186
  scrollTo: true
182
187
  }
183
188
  });"""
189
+ sh_style_test = textwrap.dedent(sh_style_test)
184
190
  Saved.sh_style_test = sh_style_test
185
191
  return sh_style_test
186
192
 
@@ -193,6 +199,7 @@ def get_hops_backdrop_style():
193
199
  .hopscotch-bubble-container {
194
200
  font-size: 110%;
195
201
  }"""
202
+ hops_backdrop_style = textwrap.dedent(hops_backdrop_style)
196
203
  Saved.hops_backdrop_style = hops_backdrop_style
197
204
  return hops_backdrop_style
198
205
 
@@ -227,6 +234,7 @@ def get_introjs_style():
227
234
  box-sizing: content-box;
228
235
  position: absolute;
229
236
  }"""
237
+ introjs_style = textwrap.dedent(introjs_style)
230
238
  Saved.introjs_style = introjs_style
231
239
  return introjs_style
232
240
 
@@ -261,6 +269,7 @@ def get_sh_backdrop_style():
261
269
  body.shepherd-active {
262
270
  pointer-events: none !important;
263
271
  }"""
272
+ sh_backdrop_style = textwrap.dedent(sh_backdrop_style)
264
273
  Saved.sh_backdrop_style = sh_backdrop_style
265
274
  return sh_backdrop_style
266
275
 
@@ -387,5 +396,6 @@ def get_pytest_style():
387
396
  .desc.active .sort-icon {
388
397
  border-top: 8px solid #999;
389
398
  }"""
399
+ pytest_style = textwrap.dedent(pytest_style)
390
400
  Saved.pytest_style = pytest_style
391
401
  return pytest_style
@@ -7042,6 +7042,8 @@ class BaseCase(unittest.TestCase):
7042
7042
  constants.PipInstall.FINDLOCK
7043
7043
  )
7044
7044
  with pip_find_lock:
7045
+ with suppress(Exception):
7046
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
7045
7047
  if sys.version_info < (3, 9):
7046
7048
  # Fix bug in newer cryptography for Python 3.7 and 3.8:
7047
7049
  # "pyo3_runtime.PanicException: Python API call failed"
@@ -7292,6 +7294,8 @@ class BaseCase(unittest.TestCase):
7292
7294
  constants.PipInstall.FINDLOCK
7293
7295
  )
7294
7296
  with pip_find_lock:
7297
+ with suppress(Exception):
7298
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
7295
7299
  try:
7296
7300
  from PIL import Image, ImageDraw
7297
7301
  except Exception:
@@ -7337,6 +7341,10 @@ class BaseCase(unittest.TestCase):
7337
7341
  constants.MultiBrowser.DOWNLOAD_FILE_LOCK
7338
7342
  )
7339
7343
  with download_file_lock:
7344
+ with suppress(Exception):
7345
+ shared_utils.make_writable(
7346
+ constants.MultiBrowser.DOWNLOAD_FILE_LOCK
7347
+ )
7340
7348
  if not destination_folder:
7341
7349
  destination_folder = constants.Files.DOWNLOADS_FOLDER
7342
7350
  if not os.path.exists(destination_folder):
@@ -7357,6 +7365,10 @@ class BaseCase(unittest.TestCase):
7357
7365
  constants.MultiBrowser.DOWNLOAD_FILE_LOCK
7358
7366
  )
7359
7367
  with download_file_lock:
7368
+ with suppress(Exception):
7369
+ shared_utils.make_writable(
7370
+ constants.MultiBrowser.DOWNLOAD_FILE_LOCK
7371
+ )
7360
7372
  if not destination_folder:
7361
7373
  destination_folder = constants.Files.DOWNLOADS_FOLDER
7362
7374
  if not os.path.exists(destination_folder):
@@ -7462,6 +7474,8 @@ class BaseCase(unittest.TestCase):
7462
7474
  constants.MultiBrowser.FILE_IO_LOCK
7463
7475
  )
7464
7476
  with file_io_lock:
7477
+ with suppress(Exception):
7478
+ shared_utils.make_writable(constants.MultiBrowser.FILE_IO_LOCK)
7465
7479
  with open(fpath, "r") as f:
7466
7480
  data = f.read().strip()
7467
7481
  return data
@@ -14057,19 +14071,12 @@ class BaseCase(unittest.TestCase):
14057
14071
  with pip_find_lock:
14058
14072
  pass
14059
14073
  except Exception:
14060
- # Need write permissions
14061
- with suppress(Exception):
14062
- mode = os.stat(constants.PipInstall.FINDLOCK).st_mode
14063
- mode |= (mode & 0o444) >> 1 # copy R bits to W
14064
- os.chmod(constants.PipInstall.FINDLOCK, mode)
14065
- try:
14066
- with pip_find_lock:
14067
- pass
14068
- except Exception:
14069
- # Since missing permissions, skip the locks
14070
- self.__activate_virtual_display()
14071
- return
14074
+ # Since missing permissions, skip the locks
14075
+ self.__activate_virtual_display()
14076
+ return
14072
14077
  with pip_find_lock: # Prevent issues with multiple processes
14078
+ with suppress(Exception):
14079
+ shared_utils.make_writable(constants.PipInstall.FINDLOCK)
14073
14080
  self.__activate_virtual_display()
14074
14081
 
14075
14082
  def __ad_block_as_needed(self):
@@ -15091,6 +15098,10 @@ class BaseCase(unittest.TestCase):
15091
15098
  if self.dashboard:
15092
15099
  if self._multithreaded:
15093
15100
  with self.dash_lock:
15101
+ with suppress(Exception):
15102
+ shared_utils.make_writable(
15103
+ constants.Dashboard.LOCKFILE
15104
+ )
15094
15105
  if not self._dash_initialized:
15095
15106
  sb_config._dashboard_initialized = True
15096
15107
  self._dash_initialized = True
@@ -15650,6 +15661,8 @@ class BaseCase(unittest.TestCase):
15650
15661
  constants.Dashboard.LOCKFILE
15651
15662
  )
15652
15663
  with self.dash_lock:
15664
+ with suppress(Exception):
15665
+ shared_utils.make_writable(constants.Dashboard.LOCKFILE)
15653
15666
  self.__process_dashboard(has_exception, init)
15654
15667
  else:
15655
15668
  self.__process_dashboard(has_exception, init)
@@ -16419,6 +16432,10 @@ class BaseCase(unittest.TestCase):
16419
16432
  if self.dashboard:
16420
16433
  if self._multithreaded:
16421
16434
  with self.dash_lock:
16435
+ with suppress(Exception):
16436
+ shared_utils.make_writable(
16437
+ constants.Dashboard.LOCKFILE
16438
+ )
16422
16439
  self.__process_dashboard(has_exception)
16423
16440
  else:
16424
16441
  self.__process_dashboard(has_exception)
@@ -128,6 +128,20 @@ def is_chrome_130_or_newer(self, binary_location=None):
128
128
  return False
129
129
 
130
130
 
131
+ def make_writable(file_path):
132
+ # Set permissions to: "If you can read it, you can write it."
133
+ mode = os.stat(file_path).st_mode
134
+ mode |= (mode & 0o444) >> 1 # copy R bits to W
135
+ os.chmod(file_path, mode)
136
+
137
+
138
+ def make_executable(file_path):
139
+ # Set permissions to: "If you can read it, you can execute it."
140
+ mode = os.stat(file_path).st_mode
141
+ mode |= (mode & 0o444) >> 2 # copy R bits to X
142
+ os.chmod(file_path, mode)
143
+
144
+
131
145
  def format_exc(exception, message):
132
146
  """Formats an exception message to make the output cleaner."""
133
147
  from selenium.common.exceptions import ElementNotVisibleException
@@ -2209,6 +2209,20 @@ def _perform_pytest_unconfigure_(config):
2209
2209
  f.write(the_html_r) # Finalize the HTML report
2210
2210
  with open(html_report_path_copy, "w", encoding="utf-8") as f:
2211
2211
  f.write(the_html_r) # Finalize the HTML report
2212
+ assets_style = "./assets/style.css"
2213
+ if os.path.exists(assets_style):
2214
+ html_style = None
2215
+ with open(assets_style, "r", encoding="utf-8") as f:
2216
+ html_style = f.read()
2217
+ if html_style:
2218
+ html_style = html_style.replace("top: -50px;", "top: 2px;")
2219
+ html_style = html_style.replace("+ 50px)", "+ 40px)")
2220
+ html_style = html_style.replace("ht: 240px;", "ht: 228px;")
2221
+ html_style = html_style.replace(
2222
+ "- 80px);", "- 80px);\n margin-bottom: -42px;"
2223
+ )
2224
+ with open(assets_style, "w", encoding="utf-8") as f:
2225
+ f.write(html_style)
2212
2226
  # Done with "pytest_unconfigure" unless using the Dashboard
2213
2227
  return
2214
2228
  stamp = ""
@@ -2290,6 +2304,20 @@ def _perform_pytest_unconfigure_(config):
2290
2304
  )
2291
2305
  with open(dashboard_path, "w", encoding="utf-8") as f:
2292
2306
  f.write(the_html_d) # Finalize the dashboard
2307
+ assets_style = "./assets/style.css"
2308
+ if os.path.exists(assets_style):
2309
+ html_style = None
2310
+ with open(assets_style, "r", encoding="utf-8") as f:
2311
+ html_style = f.read()
2312
+ if html_style:
2313
+ html_style = html_style.replace("top: -50px;", "top: 2px;")
2314
+ html_style = html_style.replace("+ 50px)", "+ 40px)")
2315
+ html_style = html_style.replace("ht: 240px;", "ht: 228px;")
2316
+ html_style = html_style.replace(
2317
+ "- 80px);", "- 80px);\n margin-bottom: -42px;"
2318
+ )
2319
+ with open(assets_style, "w", encoding="utf-8") as f:
2320
+ f.write(html_style)
2293
2321
  # Part 2: Appending a pytest html report with dashboard data
2294
2322
  html_report_path = None
2295
2323
  if sb_config._html_report_name:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: seleniumbase
3
- Version: 4.33.5
3
+ Version: 4.33.6
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
@@ -126,7 +126,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
126
126
  Requires-Dist: allure-behave>=2.13.5; extra == "allure"
127
127
  Provides-Extra: coverage
128
128
  Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
129
- Requires-Dist: coverage>=7.6.8; python_version >= "3.9" and extra == "coverage"
129
+ Requires-Dist: coverage>=7.6.9; python_version >= "3.9" and extra == "coverage"
130
130
  Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
131
131
  Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
132
132
  Provides-Extra: flake8