File tree Expand file tree Collapse file tree 3 files changed +14
-21
lines changed Expand file tree Collapse file tree 3 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.. automodule :: selenium.common.exceptions
5
5
6
-
7
-
8
-
9
6
10
-
11
-
12
-
13
7
14
-
15
-
16
-
17
8
18
-
19
-
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
20
.. rubric :: Exceptions
21
21
22
22
.. autosummary ::
23
-
23
+
24
24
ElementClickInterceptedException
25
25
ElementNotInteractableException
26
26
ElementNotSelectableException
44
44
NoSuchFrameException
45
45
NoSuchShadowRootException
46
46
NoSuchWindowException
47
- RemoteDriverServerException
48
47
ScreenshotException
49
48
SessionNotCreatedException
50
49
StaleElementReferenceException
54
53
UnexpectedTagNameException
55
54
UnknownMethodException
56
55
WebDriverException
57
-
58
-
56
+
57
+
59
58
60
59
61
60
Original file line number Diff line number Diff line change 38
38
from .exceptions import NoSuchFrameException
39
39
from .exceptions import NoSuchShadowRootException
40
40
from .exceptions import NoSuchWindowException
41
- from .exceptions import RemoteDriverServerException
42
41
from .exceptions import ScreenshotException
43
42
from .exceptions import SessionNotCreatedException
44
43
from .exceptions import StaleElementReferenceException
66
65
"ElementNotSelectableException" ,
67
66
"InvalidCookieDomainException" ,
68
67
"UnableToSetCookieException" ,
69
- "RemoteDriverServerException" ,
70
68
"TimeoutException" ,
71
69
"MoveTargetOutOfBoundsException" ,
72
70
"UnexpectedTagNameException" ,
Original file line number Diff line number Diff line change @@ -193,10 +193,6 @@ class UnableToSetCookieException(WebDriverException):
193
193
"""
194
194
195
195
196
- class RemoteDriverServerException (WebDriverException ):
197
- """Todo: Remove this class? it looks unused."""
198
-
199
-
200
196
class TimeoutException (WebDriverException ):
201
197
"""
202
198
Thrown when a command does not complete in enough time.
You can’t perform that action at this time.
0 commit comments