File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ def __init__(
173173 super ().__init__ (with_support , screen , stacktrace )
174174
175175
176-
177176class ElementNotInteractableException (InvalidElementStateException ):
178177 """Thrown when an element is present in the DOM but interactions with that
179178 element will hit another element due to paint order."""
@@ -186,7 +185,6 @@ def __init__(
186185 super ().__init__ (with_support , screen , stacktrace )
187186
188187
189-
190188class ElementNotSelectableException (InvalidElementStateException ):
191189 """Thrown when trying to select an unselectable element.
192190
@@ -276,7 +274,6 @@ def __init__(
276274 super ().__init__ (with_support , screen , stacktrace )
277275
278276
279-
280277class InsecureCertificateException (WebDriverException ):
281278 """Navigation caused the user agent to hit a certificate warning, which is
282279 usually the result of an expired or invalid TLS certificate."""
You can’t perform that action at this time.
0 commit comments