selenium-base 4.34.12__py3-none-any.whl → 4.45.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {selenium_base-4.34.12.dist-info → selenium_base-4.45.10.dist-info}/METADATA +7 -8
- selenium_base-4.45.10.dist-info/RECORD +4 -0
- {selenium_base-4.34.12.dist-info → selenium_base-4.45.10.dist-info}/WHEEL +1 -1
- selenium_base-4.34.12.dist-info/RECORD +0 -4
- {selenium_base-4.34.12.dist-info → selenium_base-4.45.10.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-base
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.45.10
|
|
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
|
|
@@ -27,18 +27,17 @@ Classifier: Environment :: Web Environment
|
|
|
27
27
|
Classifier: Framework :: Pytest
|
|
28
28
|
Classifier: Intended Audience :: Developers
|
|
29
29
|
Classifier: Intended Audience :: Information Technology
|
|
30
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
31
30
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
32
31
|
Classifier: Operating System :: Microsoft :: Windows
|
|
33
32
|
Classifier: Operating System :: POSIX :: Linux
|
|
34
33
|
Classifier: Programming Language :: Python
|
|
35
34
|
Classifier: Programming Language :: Python :: 3
|
|
36
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
37
35
|
Classifier: Programming Language :: Python :: 3.9
|
|
38
36
|
Classifier: Programming Language :: Python :: 3.10
|
|
39
37
|
Classifier: Programming Language :: Python :: 3.11
|
|
40
38
|
Classifier: Programming Language :: Python :: 3.12
|
|
41
39
|
Classifier: Programming Language :: Python :: 3.13
|
|
40
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
42
41
|
Classifier: Topic :: Internet
|
|
43
42
|
Classifier: Topic :: Scientific/Engineering
|
|
44
43
|
Classifier: Topic :: Software Development
|
|
@@ -50,9 +49,9 @@ Classifier: Topic :: Software Development :: Testing
|
|
|
50
49
|
Classifier: Topic :: Software Development :: Testing :: Acceptance
|
|
51
50
|
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
52
51
|
Classifier: Topic :: Utilities
|
|
53
|
-
Requires-Python: >=3.
|
|
52
|
+
Requires-Python: >=3.9
|
|
54
53
|
Description-Content-Type: text/markdown
|
|
55
|
-
Requires-Dist: seleniumbase>=4.
|
|
54
|
+
Requires-Dist: seleniumbase>=4.45.10
|
|
56
55
|
Dynamic: author
|
|
57
56
|
Dynamic: author-email
|
|
58
57
|
Dynamic: classifier
|
|
@@ -140,7 +139,7 @@ Dynamic: summary
|
|
|
140
139
|
```python
|
|
141
140
|
from seleniumbase import SB
|
|
142
141
|
|
|
143
|
-
with SB(test=True) as sb:
|
|
142
|
+
with SB(test=True, uc=True) as sb:
|
|
144
143
|
sb.open("https://google.com/ncr")
|
|
145
144
|
sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
|
|
146
145
|
sb.click('[href*="github.com/seleniumbase/"]')
|
|
@@ -159,7 +158,7 @@ with SB(test=True) as sb:
|
|
|
159
158
|
```python
|
|
160
159
|
from seleniumbase import SB
|
|
161
160
|
|
|
162
|
-
with SB(uc=True, test=True,
|
|
161
|
+
with SB(uc=True, test=True, locale="en") as sb:
|
|
163
162
|
url = "https://gitlab.com/users/sign_in"
|
|
164
163
|
sb.activate_cdp_mode(url)
|
|
165
164
|
sb.uc_gui_click_captcha()
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
selenium_base-4.45.10.dist-info/METADATA,sha256=6CSUGn1AUlr_sGNIsJg42_VHtAESQtZ0u0MZoUMEUTE,80768
|
|
2
|
+
selenium_base-4.45.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
3
|
+
selenium_base-4.45.10.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
+
selenium_base-4.45.10.dist-info/RECORD,,
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
selenium_base-4.34.12.dist-info/METADATA,sha256=MH7JMutuK-w2DxW6jbQ-cd5th0ZKZOIX9yv02tGRLXE,80814
|
|
2
|
-
selenium_base-4.34.12.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
3
|
-
selenium_base-4.34.12.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
-
selenium_base-4.34.12.dist-info/RECORD,,
|
|
File without changes
|