xi-test-selenium  master
PHP bindings for Selenium 2
Xi\Test\Selenium\Keys Class Reference

Constants for special key codes for use with WebElement::fillIn(). More...

List of all members.

Public Attributes

const RELEASE_MODIFIERS = "\xEE\x80\x80"
const BACKSPACE = "\xEE\x80\x83"
const TAB = "\xEE\x80\x84"
const RETURN_ = "\xEE\x80\x86"
const ENTER = "\xEE\x80\x87"
const SHIFT = "\xEE\x80\x88"
const CONTROL = "\xEE\x80\x89"
const ALT = "\xEE\x80\x8A"
const ESCAPE = "\xEE\x80\x8C"
const SPACE = "\xEE\x80\x8D"
const DELETE = "\xEE\x80\x97"
const COMMAND = "\xEE\x80\xBD"
const META = "\xEE\x80\xBD"

Detailed Description

Constants for special key codes for use with WebElement::fillIn().

See http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/value

See also e.g. http://www.ltg.ed.ac.uk/~richard/utf-8.html for the UTF-8 conversion

Definition at line 11 of file Keys.php.


Member Data Documentation

const Xi::Test::Selenium\Keys::RELEASE_MODIFIERS = "\xEE\x80\x80"

Definition at line 13 of file Keys.php.

const Xi::Test::Selenium\Keys::BACKSPACE = "\xEE\x80\x83"

Definition at line 14 of file Keys.php.

const Xi::Test::Selenium\Keys::TAB = "\xEE\x80\x84"

Definition at line 15 of file Keys.php.

const Xi::Test::Selenium\Keys::RETURN_ = "\xEE\x80\x86"

Definition at line 16 of file Keys.php.

const Xi::Test::Selenium\Keys::ENTER = "\xEE\x80\x87"

Definition at line 17 of file Keys.php.

const Xi::Test::Selenium\Keys::SHIFT = "\xEE\x80\x88"

Definition at line 18 of file Keys.php.

const Xi::Test::Selenium\Keys::CONTROL = "\xEE\x80\x89"

Definition at line 19 of file Keys.php.

const Xi::Test::Selenium\Keys::ALT = "\xEE\x80\x8A"

Definition at line 20 of file Keys.php.

const Xi::Test::Selenium\Keys::ESCAPE = "\xEE\x80\x8C"

Definition at line 21 of file Keys.php.

const Xi::Test::Selenium\Keys::SPACE = "\xEE\x80\x8D"

Definition at line 22 of file Keys.php.

const Xi::Test::Selenium\Keys::DELETE = "\xEE\x80\x97"

Definition at line 23 of file Keys.php.

const Xi::Test::Selenium\Keys::COMMAND = "\xEE\x80\xBD"

Definition at line 24 of file Keys.php.

const Xi::Test::Selenium\Keys::META = "\xEE\x80\xBD"

Definition at line 25 of file Keys.php.

 All Classes Functions Variables