File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rb/lib/selenium/webdriver/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class InvalidSelectorError < WebDriverError; end
70
70
71
71
#
72
72
# Occurs if the given session id is not in the list of active sessions,
73
- # meaning the session either does not exist or that it'' s not active.
73
+ # meaning the session either does not exist or that it's not active.
74
74
#
75
75
76
76
class InvalidSessionIdError < WebDriverError ; end
@@ -82,7 +82,7 @@ class InvalidSessionIdError < WebDriverError; end
82
82
class JavascriptError < WebDriverError ; end
83
83
84
84
#
85
- # The target for mouse interaction is not in the browser'' s viewport and
85
+ # The target for mouse interaction is not in the browser's viewport and
86
86
# cannot be brought into that viewport.
87
87
#
88
88
@@ -141,7 +141,7 @@ class StaleElementReferenceError < WebDriverError; end
141
141
class TimeoutError < WebDriverError ; end
142
142
143
143
#
144
- # A request to set a cookie'' s value could not be satisfied.
144
+ # A request to set a cookie's value could not be satisfied.
145
145
#
146
146
147
147
class UnableToSetCookieError < WebDriverError ; end
You can’t perform that action at this time.
0 commit comments