Skip to content

Commit

Permalink
Update comment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Aug 30, 2015
1 parent 3692f1a commit 4e15330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebDriver/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use WebDriver::Tiny::Elements;
our @CARP_NOT = 'WebDriver::Tiny::Elements';

sub import {
# From https://w3c.github.io/webdriver/webdriver-spec.html#sendkeys
# From http://www.w3.org/TR/webdriver/#sendkeys
state $chars = {
WD_NULL => 57344, WD_CANCEL => 57345,
WD_HELP => 57346, WD_BACK_SPACE => 57347,
Expand Down

0 comments on commit 4e15330

Please sign in to comment.