Skip to content

Commit 420e011

Browse files
committed
fix small typos
1 parent 9cd0b61 commit 420e011

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/Selenium/ActionChains.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ LIMITATIONS.
336336
=head2 key_down
337337
338338
Sends key presses only, without releasing them.
339-
Useful when modifier keys are requried
339+
Useful when modifier keys are requiried
340340
341341
Will DWIM your input and accept either a string or ARRAYREF of keys.
342342
@@ -353,7 +353,7 @@ Will DWIM your input and accept either a string or ARRAYREF of keys.
353353
=head2 key_up
354354
355355
Releases prior key presses.
356-
Useful when modifier keys are requried
356+
Useful when modifier keys are requiried
357357
358358
Will DWIM your input and accept either a string or ARRAYREF of keys.
359359

lib/Selenium/Remote/Driver.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ And the
103103
L<WC3 WebDriver Protocol|https://www.w3.org/TR/webdriver/>
104104
to communicate with the Selenium Server. If an error occurs while
105105
executing the command then the server sends back an HTTP error code
106-
with a JSON encoded reponse that indicates the precise
106+
with a JSON encoded response that indicates the precise
107107
L<Response Error Code|https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#response-status-codes>.
108108
The module will then croak with the error message associated with this
109109
code. If no error occurred, then the subroutine called will return the
@@ -916,7 +916,7 @@ sub _execute_command {
916916
Make a new session on the server.
917917
Called by new(), not intended for regular use.
918918
919-
Occaisonally handy for recovering from brower crashes.
919+
Occaisonally handy for recovering from browser crashes.
920920
921921
DANGER DANGER DANGER
922922

lib/Test/Selenium/Remote/Driver.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ functions. It is modeled on L<Test::WWW::Selenium>.
110110
111111
Environment vars can be used to specify options to pass to
112112
L<Selenium::Remote::Driver>. ENV vars are prefixed with C<TWD_>.
113-
( After the old fork name, "Test::WebDriver" ). The explicity passed
113+
( After the old fork name, "Test::WebDriver" ). The explicitly passed
114114
options have precedence. ENV vars take only effect when they are
115115
actually set. This important e.g. for the option C<javascript>, which
116116
is turned on per default in L<Selenium::Remote::Driver>.

0 commit comments

Comments
 (0)