File tree 6 files changed +11
-6
lines changed
6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ compile_pip_requirements(
62
62
],
63
63
)
64
64
65
- SE_VERSION = "4.27.0.dev202410301443 "
65
+ SE_VERSION = "4.26.1 "
66
66
67
67
BROWSER_VERSIONS = [
68
68
"v85" ,
Original file line number Diff line number Diff line change
1
+ Selenium 4.26.1
2
+ * DeprecationWarning raised in default webdriver init (#14690)
3
+ * Remote connection use timeout from ClientConfig (#14692)
4
+ * Add backward compatibility for AppiumConnection (#14696)
5
+
1
6
Selenium 4.26.0
2
7
* Add CDP for Chrome 130 and remove 127
3
8
* Added more internal logging for CDP (#14668)
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '4.27 '
59
+ version = '4.26 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '4.27.0.dev202410301443 '
61
+ release = '4.26.1 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
19
- __version__ = "4.27.0.dev202410301443 "
19
+ __version__ = "4.26.1 "
Original file line number Diff line number Diff line change 44
44
from .wpewebkit .service import Service as WPEWebKitService # noqa
45
45
from .wpewebkit .webdriver import WebDriver as WPEWebKit # noqa
46
46
47
- __version__ = "4.27.0.dev202410301443 "
47
+ __version__ = "4.26.1 "
48
48
49
49
# We need an explicit __all__ because the above won't otherwise be exported.
50
50
__all__ = [
Original file line number Diff line number Diff line change 28
28
setup_args = {
29
29
'cmdclass' : {'install' : install },
30
30
'name' : 'selenium' ,
31
- 'version' : "4.27.0.dev202410301443 " ,
31
+ 'version' : "4.26.1 " ,
32
32
'license' : 'Apache 2.0' ,
33
33
'description' : 'Official Python bindings for Selenium WebDriver.' ,
34
34
'long_description' : open (join (abspath (dirname (__file__ )), "README.rst" )).read (),
You can’t perform that action at this time.
0 commit comments