pytest-seleniumbase 4.35.0__py3-none-any.whl → 4.35.1__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.
- {pytest_seleniumbase-4.35.0.dist-info → pytest_seleniumbase-4.35.1.dist-info}/METADATA +3 -3
- pytest_seleniumbase-4.35.1.dist-info/RECORD +4 -0
- pytest_seleniumbase-4.35.0.dist-info/RECORD +0 -4
- {pytest_seleniumbase-4.35.0.dist-info → pytest_seleniumbase-4.35.1.dist-info}/WHEEL +0 -0
- {pytest_seleniumbase-4.35.0.dist-info → pytest_seleniumbase-4.35.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.35.
|
|
3
|
+
Version: 4.35.1
|
|
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
|
|
@@ -52,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
52
52
|
Classifier: Topic :: Utilities
|
|
53
53
|
Requires-Python: >=3.8
|
|
54
54
|
Description-Content-Type: text/markdown
|
|
55
|
-
Requires-Dist: seleniumbase>=4.35.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.35.1
|
|
56
56
|
Dynamic: author
|
|
57
57
|
Dynamic: author-email
|
|
58
58
|
Dynamic: classifier
|
|
@@ -140,7 +140,7 @@ Dynamic: summary
|
|
|
140
140
|
```python
|
|
141
141
|
from seleniumbase import SB
|
|
142
142
|
|
|
143
|
-
with SB(test=True) as sb:
|
|
143
|
+
with SB(test=True, uc=True) as sb:
|
|
144
144
|
sb.open("https://google.com/ncr")
|
|
145
145
|
sb.type('[title="Search"]', "SeleniumBase GitHub page\n")
|
|
146
146
|
sb.click('[href*="github.com/seleniumbase/"]')
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
pytest_seleniumbase-4.35.1.dist-info/METADATA,sha256=v3RVCptylZ9dZlwjbDxvnOi6050F5eC7MYD09vL3oN4,80839
|
|
2
|
+
pytest_seleniumbase-4.35.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
3
|
+
pytest_seleniumbase-4.35.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
+
pytest_seleniumbase-4.35.1.dist-info/RECORD,,
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
pytest_seleniumbase-4.35.0.dist-info/METADATA,sha256=_qSyzHS_UzU2_z4QStpWOXS5M_3NMUrlUAWytSnLdyY,80830
|
|
2
|
-
pytest_seleniumbase-4.35.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
3
|
-
pytest_seleniumbase-4.35.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
-
pytest_seleniumbase-4.35.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|