Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix small typos in doco #482

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still incorrect (extra i). The actual spelling is "required". It was a simple transposition.


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