selenium-base 4.46.1__tar.gz → 4.46.2__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.
- {selenium_base-4.46.1 → selenium_base-4.46.2}/PKG-INFO +2 -2
- {selenium_base-4.46.1 → selenium_base-4.46.2}/selenium_base.egg-info/PKG-INFO +2 -2
- selenium_base-4.46.2/selenium_base.egg-info/requires.txt +1 -0
- {selenium_base-4.46.1 → selenium_base-4.46.2}/setup.py +2 -2
- selenium_base-4.46.1/selenium_base.egg-info/requires.txt +0 -1
- {selenium_base-4.46.1 → selenium_base-4.46.2}/README.md +0 -0
- {selenium_base-4.46.1 → selenium_base-4.46.2}/pyproject.toml +0 -0
- {selenium_base-4.46.1 → selenium_base-4.46.2}/selenium_base.egg-info/SOURCES.txt +0 -0
- {selenium_base-4.46.1 → selenium_base-4.46.2}/selenium_base.egg-info/dependency_links.txt +0 -0
- {selenium_base-4.46.1 → selenium_base-4.46.2}/selenium_base.egg-info/top_level.txt +0 -0
- {selenium_base-4.46.1 → selenium_base-4.46.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-base
|
|
3
|
-
Version: 4.46.
|
|
3
|
+
Version: 4.46.2
|
|
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
|
|
@@ -51,7 +51,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
51
51
|
Classifier: Topic :: Utilities
|
|
52
52
|
Requires-Python: >=3.9
|
|
53
53
|
Description-Content-Type: text/markdown
|
|
54
|
-
Requires-Dist: seleniumbase>=4.46.
|
|
54
|
+
Requires-Dist: seleniumbase>=4.46.2
|
|
55
55
|
Dynamic: author
|
|
56
56
|
Dynamic: author-email
|
|
57
57
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-base
|
|
3
|
-
Version: 4.46.
|
|
3
|
+
Version: 4.46.2
|
|
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
|
|
@@ -51,7 +51,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
51
51
|
Classifier: Topic :: Utilities
|
|
52
52
|
Requires-Python: >=3.9
|
|
53
53
|
Description-Content-Type: text/markdown
|
|
54
|
-
Requires-Dist: seleniumbase>=4.46.
|
|
54
|
+
Requires-Dist: seleniumbase>=4.46.2
|
|
55
55
|
Dynamic: author
|
|
56
56
|
Dynamic: author-email
|
|
57
57
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
seleniumbase>=4.46.2
|
|
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
|
|
|
68
68
|
|
|
69
69
|
setup(
|
|
70
70
|
name='selenium-base',
|
|
71
|
-
version='4.46.
|
|
71
|
+
version='4.46.2',
|
|
72
72
|
description='A complete web automation framework for end-to-end testing.',
|
|
73
73
|
long_description=long_description,
|
|
74
74
|
long_description_content_type='text/markdown',
|
|
@@ -121,7 +121,7 @@ setup(
|
|
|
121
121
|
],
|
|
122
122
|
python_requires=">=3.9",
|
|
123
123
|
install_requires=[
|
|
124
|
-
'seleniumbase>=4.46.
|
|
124
|
+
'seleniumbase>=4.46.2',
|
|
125
125
|
],
|
|
126
126
|
packages=[
|
|
127
127
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
seleniumbase>=4.46.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|