You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated documentation published with each commit is available at: https://selenium-python-api-docs.readthedocs.io
27
+
28
+
----
25
29
26
30
Supported Python Versions
27
31
=========================
28
32
29
33
* Python 3.9+
30
34
35
+
Supported Browsers
36
+
==================
37
+
38
+
Several browsers are supported, as well as the Remote protocol:
39
+
40
+
* Chrome
41
+
* Edge
42
+
* Firefox
43
+
* Safari
44
+
* WebKitGTK
45
+
* WPEWebKit
46
+
31
47
Installing
32
48
==========
33
49
@@ -107,7 +123,8 @@ Example 1:
107
123
Example 2:
108
124
==========
109
125
110
-
Selenium WebDriver is often used as a basis for testing web applications. Here is a simple example using Python's standard `unittest <http://docs.python.org/3/library/unittest.html>`_ library:
126
+
Selenium WebDriver is often used as a basis for testing web applications. Here is a simple example using Python's standard
0 commit comments