File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ LIMITATIONS.
336
336
=head2 key_down
337
337
338
338
Sends key presses only, without releasing them.
339
- Useful when modifier keys are requried
339
+ Useful when modifier keys are requiried
340
340
341
341
Will DWIM your input and accept either a string or ARRAYREF of keys.
342
342
@@ -353,7 +353,7 @@ Will DWIM your input and accept either a string or ARRAYREF of keys.
353
353
=head2 key_up
354
354
355
355
Releases prior key presses.
356
- Useful when modifier keys are requried
356
+ Useful when modifier keys are requiried
357
357
358
358
Will DWIM your input and accept either a string or ARRAYREF of keys.
359
359
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ And the
103
103
L<WC3 WebDriver Protocol|https://www.w3.org/TR/webdriver/>
104
104
to communicate with the Selenium Server. If an error occurs while
105
105
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
107
107
L<Response Error Code|https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#response-status-codes> .
108
108
The module will then croak with the error message associated with this
109
109
code. If no error occurred, then the subroutine called will return the
@@ -916,7 +916,7 @@ sub _execute_command {
916
916
Make a new session on the server.
917
917
Called by new(), not intended for regular use.
918
918
919
- Occaisonally handy for recovering from brower crashes.
919
+ Occaisonally handy for recovering from browser crashes.
920
920
921
921
DANGER DANGER DANGER
922
922
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ functions. It is modeled on L<Test::WWW::Selenium>.
110
110
111
111
Environment vars can be used to specify options to pass to
112
112
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
114
114
options have precedence. ENV vars take only effect when they are
115
115
actually set. This important e.g. for the option C<javascript > , which
116
116
is turned on per default in L<Selenium::Remote::Driver> .
You can’t perform that action at this time.
0 commit comments