selenium-base 4.45.3__tar.gz → 4.45.4__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.45.3 → selenium_base-4.45.4}/PKG-INFO +3 -4
- {selenium_base-4.45.3 → selenium_base-4.45.4}/selenium_base.egg-info/PKG-INFO +3 -4
- selenium_base-4.45.4/selenium_base.egg-info/requires.txt +1 -0
- {selenium_base-4.45.3 → selenium_base-4.45.4}/setup.py +3 -4
- selenium_base-4.45.3/selenium_base.egg-info/requires.txt +0 -1
- {selenium_base-4.45.3 → selenium_base-4.45.4}/README.md +0 -0
- {selenium_base-4.45.3 → selenium_base-4.45.4}/pyproject.toml +0 -0
- {selenium_base-4.45.3 → selenium_base-4.45.4}/selenium_base.egg-info/SOURCES.txt +0 -0
- {selenium_base-4.45.3 → selenium_base-4.45.4}/selenium_base.egg-info/dependency_links.txt +0 -0
- {selenium_base-4.45.3 → selenium_base-4.45.4}/selenium_base.egg-info/top_level.txt +0 -0
- {selenium_base-4.45.3 → selenium_base-4.45.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-base
|
|
3
|
-
Version: 4.45.
|
|
3
|
+
Version: 4.45.4
|
|
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
|
|
@@ -32,7 +32,6 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
32
32
|
Classifier: Operating System :: POSIX :: Linux
|
|
33
33
|
Classifier: Programming Language :: Python
|
|
34
34
|
Classifier: Programming Language :: Python :: 3
|
|
35
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
36
35
|
Classifier: Programming Language :: Python :: 3.9
|
|
37
36
|
Classifier: Programming Language :: Python :: 3.10
|
|
38
37
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -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.45.
|
|
54
|
+
Requires-Dist: seleniumbase>=4.45.4
|
|
56
55
|
Dynamic: author
|
|
57
56
|
Dynamic: author-email
|
|
58
57
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-base
|
|
3
|
-
Version: 4.45.
|
|
3
|
+
Version: 4.45.4
|
|
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
|
|
@@ -32,7 +32,6 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
32
32
|
Classifier: Operating System :: POSIX :: Linux
|
|
33
33
|
Classifier: Programming Language :: Python
|
|
34
34
|
Classifier: Programming Language :: Python :: 3
|
|
35
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
36
35
|
Classifier: Programming Language :: Python :: 3.9
|
|
37
36
|
Classifier: Programming Language :: Python :: 3.10
|
|
38
37
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -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.45.
|
|
54
|
+
Requires-Dist: seleniumbase>=4.45.4
|
|
56
55
|
Dynamic: author
|
|
57
56
|
Dynamic: author-email
|
|
58
57
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
seleniumbase>=4.45.4
|
|
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
|
|
|
68
68
|
|
|
69
69
|
setup(
|
|
70
70
|
name='selenium-base',
|
|
71
|
-
version='4.45.
|
|
71
|
+
version='4.45.4',
|
|
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',
|
|
@@ -101,7 +101,6 @@ setup(
|
|
|
101
101
|
"Operating System :: POSIX :: Linux",
|
|
102
102
|
"Programming Language :: Python",
|
|
103
103
|
"Programming Language :: Python :: 3",
|
|
104
|
-
"Programming Language :: Python :: 3.8",
|
|
105
104
|
"Programming Language :: Python :: 3.9",
|
|
106
105
|
"Programming Language :: Python :: 3.10",
|
|
107
106
|
"Programming Language :: Python :: 3.11",
|
|
@@ -120,9 +119,9 @@ setup(
|
|
|
120
119
|
"Topic :: Software Development :: Testing :: Traffic Generation",
|
|
121
120
|
"Topic :: Utilities",
|
|
122
121
|
],
|
|
123
|
-
python_requires=">=3.
|
|
122
|
+
python_requires=">=3.9",
|
|
124
123
|
install_requires=[
|
|
125
|
-
'seleniumbase>=4.45.
|
|
124
|
+
'seleniumbase>=4.45.4',
|
|
126
125
|
],
|
|
127
126
|
packages=[
|
|
128
127
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
seleniumbase>=4.45.3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|