File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ class ElementNotVisibleException(InvalidElementStateException):
158
158
class ElementNotInteractableException (InvalidElementStateException ):
159
159
"""
160
160
Thrown when an element is present in the DOM but interactions
161
- with that element will hit another element do to paint order
161
+ with that element will hit another element due to paint order
162
162
"""
163
163
pass
164
164
@@ -273,7 +273,7 @@ class ScreenshotException(WebDriverException):
273
273
class ElementClickInterceptedException (WebDriverException ):
274
274
"""
275
275
The Element Click command could not be completed because the element receiving the events
276
- is obscuring the element that was requested clicked.
276
+ is obscuring the element that was requested to be clicked.
277
277
"""
278
278
pass
279
279
@@ -288,7 +288,7 @@ class InsecureCertificateException(WebDriverException):
288
288
289
289
class InvalidCoordinatesException (WebDriverException ):
290
290
"""
291
- The coordinates provided to an interactions operation are invalid.
291
+ The coordinates provided to an interaction's operation are invalid.
292
292
"""
293
293
pass
294
294
You can’t perform that action at this time.
0 commit comments