pytest-seleniumbase 4.49.9__tar.gz → 4.49.11__tar.gz
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.49.9 → pytest_seleniumbase-4.49.11}/PKG-INFO +2 -2
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pytest_seleniumbase.egg-info/PKG-INFO +2 -2
- pytest_seleniumbase-4.49.11/pytest_seleniumbase.egg-info/requires.txt +1 -0
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/setup.py +2 -2
- pytest_seleniumbase-4.49.9/pytest_seleniumbase.egg-info/requires.txt +0 -1
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/README.md +0 -0
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pyproject.toml +0 -0
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pytest_seleniumbase.egg-info/SOURCES.txt +0 -0
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pytest_seleniumbase.egg-info/dependency_links.txt +0 -0
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pytest_seleniumbase.egg-info/top_level.txt +0 -0
- {pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.49.
|
|
3
|
+
Version: 4.49.11
|
|
4
4
|
Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
|
|
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.9
|
|
54
54
|
Description-Content-Type: text/markdown
|
|
55
|
-
Requires-Dist: seleniumbase>=4.49.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.49.11
|
|
56
56
|
Dynamic: author
|
|
57
57
|
Dynamic: author-email
|
|
58
58
|
Dynamic: classifier
|
{pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pytest_seleniumbase.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.49.
|
|
3
|
+
Version: 4.49.11
|
|
4
4
|
Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
|
|
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.9
|
|
54
54
|
Description-Content-Type: text/markdown
|
|
55
|
-
Requires-Dist: seleniumbase>=4.49.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.49.11
|
|
56
56
|
Dynamic: author
|
|
57
57
|
Dynamic: author-email
|
|
58
58
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
seleniumbase>=4.49.11
|
|
@@ -71,7 +71,7 @@ if sys.argv[-1] == "publish":
|
|
|
71
71
|
|
|
72
72
|
setup(
|
|
73
73
|
name='pytest-seleniumbase',
|
|
74
|
-
version='4.49.
|
|
74
|
+
version='4.49.11',
|
|
75
75
|
description=(
|
|
76
76
|
"SeleniumBase is a framework for web crawling, scraping, and testing. "
|
|
77
77
|
"Supports pytest. CDP Mode adds stealth. Includes many tools."
|
|
@@ -127,7 +127,7 @@ setup(
|
|
|
127
127
|
],
|
|
128
128
|
python_requires=">=3.9",
|
|
129
129
|
install_requires=[
|
|
130
|
-
'seleniumbase>=4.49.
|
|
130
|
+
'seleniumbase>=4.49.11',
|
|
131
131
|
],
|
|
132
132
|
packages=[
|
|
133
133
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
seleniumbase>=4.49.9
|
|
File without changes
|
|
File without changes
|
{pytest_seleniumbase-4.49.9 → pytest_seleniumbase-4.49.11}/pytest_seleniumbase.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|