This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.06 in repository libweasel-perl.
commit 1615ffb5be731d2c86e65407d9df64269ad2976e Author: Erik Huelsmann <[email protected]> Date: Sat Aug 20 11:33:55 2016 +0200 * Add documentation referencing newly added KEYS --- lib/Weasel/DriverRole.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/Weasel/DriverRole.pm b/lib/Weasel/DriverRole.pm index 2addf46..85828d7 100644 --- a/lib/Weasel/DriverRole.pm +++ b/lib/Weasel/DriverRole.pm @@ -295,6 +295,13 @@ strings may be listed. In such cases the input will be appended. E.g. is valid input to enter the text "hello world" into C<$element_id>. + +Note: Special keys are encoded according to the WebDriver spec. + In case a driver implementation needs differentt encoding of + special keys, this function should recode from the values + found in WebDriver::KEYS() to the desired code-set + + =cut sub send_keys { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
