Skip to content

Commit

Permalink
fix small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KohaAloha committed Sep 29, 2022
1 parent 9cd0b61 commit 420e011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Selenium/ActionChains.pm
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ LIMITATIONS.
=head2 key_down
Sends key presses only, without releasing them.
Useful when modifier keys are requried
Useful when modifier keys are requiried
Will DWIM your input and accept either a string or ARRAYREF of keys.
Expand All @@ -353,7 +353,7 @@ Will DWIM your input and accept either a string or ARRAYREF of keys.
=head2 key_up
Releases prior key presses.
Useful when modifier keys are requried
Useful when modifier keys are requiried
Will DWIM your input and accept either a string or ARRAYREF of keys.
Expand Down
4 changes: 2 additions & 2 deletions lib/Selenium/Remote/Driver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ And the
L<WC3 WebDriver Protocol|https://www.w3.org/TR/webdriver/>
to communicate with the Selenium Server. If an error occurs while
executing the command then the server sends back an HTTP error code
with a JSON encoded reponse that indicates the precise
with a JSON encoded response that indicates the precise
L<Response Error Code|https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#response-status-codes>.
The module will then croak with the error message associated with this
code. If no error occurred, then the subroutine called will return the
Expand Down Expand Up @@ -916,7 +916,7 @@ sub _execute_command {
Make a new session on the server.
Called by new(), not intended for regular use.
Occaisonally handy for recovering from brower crashes.
Occaisonally handy for recovering from browser crashes.
DANGER DANGER DANGER
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Selenium/Remote/Driver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ functions. It is modeled on L<Test::WWW::Selenium>.
Environment vars can be used to specify options to pass to
L<Selenium::Remote::Driver>. ENV vars are prefixed with C<TWD_>.
( After the old fork name, "Test::WebDriver" ). The explicity passed
( After the old fork name, "Test::WebDriver" ). The explicitly passed
options have precedence. ENV vars take only effect when they are
actually set. This important e.g. for the option C<javascript>, which
is turned on per default in L<Selenium::Remote::Driver>.
Expand Down

0 comments on commit 420e011

Please sign in to comment.