C# Class OpenQA.Selenium.Keys

Representations of pressable keys that are not text keys for sending to the browser.
Exibir arquivo Open project: asynchrony/Selenium2

Public Properties

Property Type Description
Add string
Alt string
ArrowDown string
ArrowLeft string
ArrowRight string
ArrowUp string
Backspace string
Cancel string
Clear string
Command string
Control string
Decimal string
Delete string
Divide string
Down string
End string
Enter string
Equal string
Escape string
F1 string
F10 string
F11 string
F12 string
F2 string
F3 string
F4 string
F5 string
F6 string
F7 string
F8 string
F9 string
Help string
Home string
Insert string
Left string
LeftAlt string
LeftControl string
LeftShift string
Meta string
Multiply string
Null string
NumberPad0 string
NumberPad1 string
NumberPad2 string
NumberPad3 string
NumberPad4 string
NumberPad5 string
NumberPad6 string
NumberPad7 string
NumberPad8 string
NumberPad9 string
PageDown string
PageUp string
Pause string
Return string
Right string
Semicolon string
Separator string
Shift string
Space string
Subtract string
Tab string
Up string

Property Details

Add public_oe static_oe property

Represents the number pad addition key.
public static string Add
return string

Alt public_oe static_oe property

Represents the Alt key.
public static string Alt
return string

ArrowDown public_oe static_oe property

Represents the Left arrow key.
public static string ArrowDown
return string

ArrowLeft public_oe static_oe property

Represents the left arrow key.
public static string ArrowLeft
return string

ArrowRight public_oe static_oe property

Represents the right arrow key.
public static string ArrowRight
return string

ArrowUp public_oe static_oe property

Represents the up arrow key.
public static string ArrowUp
return string

Backspace public_oe static_oe property

Represents the Backspace key.
public static string Backspace
return string

Cancel public_oe static_oe property

Represents the Cancel keystroke.
public static string Cancel
return string

Clear public_oe static_oe property

Represents the Clear keystroke.
public static string Clear
return string

Command public_oe static_oe property

Represents the function key COMMAND.
public static string Command
return string

Control public_oe static_oe property

Represents the Control key.
public static string Control
return string

Decimal public_oe static_oe property

Represents the number pad decimal separator key.
public static string Decimal
return string

Delete public_oe static_oe property

Represents the Delete key.
public static string Delete
return string

Divide public_oe static_oe property

Represents the number pad division key.
public static string Divide
return string

Down public_oe static_oe property

Represents the Left arrow key.
public static string Down
return string

End public_oe static_oe property

Represents the End key.
public static string End
return string

Enter public_oe static_oe property

Represents the Enter key.
public static string Enter
return string

Equal public_oe static_oe property

Represents the equal sign key.
public static string Equal
return string

Escape public_oe static_oe property

Represents the Escape key.
public static string Escape
return string

F1 public_oe static_oe property

Represents the function key F1.
public static string F1
return string

F10 public_oe static_oe property

Represents the function key F10.
public static string F10
return string

F11 public_oe static_oe property

Represents the function key F12.
public static string F11
return string

F12 public_oe static_oe property

Represents the function key F12.
public static string F12
return string

F2 public_oe static_oe property

Represents the function key F2.
public static string F2
return string

F3 public_oe static_oe property

Represents the function key F3.
public static string F3
return string

F4 public_oe static_oe property

Represents the function key F4.
public static string F4
return string

F5 public_oe static_oe property

Represents the function key F5.
public static string F5
return string

F6 public_oe static_oe property

Represents the function key F6.
public static string F6
return string

F7 public_oe static_oe property

Represents the function key F7.
public static string F7
return string

F8 public_oe static_oe property

Represents the function key F8.
public static string F8
return string

F9 public_oe static_oe property

Represents the function key F9.
public static string F9
return string

Help public_oe static_oe property

Represents the Help keystroke.
public static string Help
return string

Home public_oe static_oe property

Represents the Home key.
public static string Home
return string

Insert public_oe static_oe property

Represents the Insert key.
public static string Insert
return string

Left public_oe static_oe property

Represents the left arrow key.
public static string Left
return string

LeftAlt public_oe static_oe property

Represents the Alt key.
public static string LeftAlt
return string

LeftControl public_oe static_oe property

Represents the Control key.
public static string LeftControl
return string

LeftShift public_oe static_oe property

Represents the Shift key.
public static string LeftShift
return string

Meta public_oe static_oe property

Represents the function key META.
public static string Meta
return string

Multiply public_oe static_oe property

Represents the number pad multiplication key.
public static string Multiply
return string

Null public_oe static_oe property

Represents the NUL keystroke.
public static string Null
return string

NumberPad0 public_oe static_oe property

Represents the number pad 0 key.
public static string NumberPad0
return string

NumberPad1 public_oe static_oe property

Represents the number pad 1 key.
public static string NumberPad1
return string

NumberPad2 public_oe static_oe property

Represents the number pad 2 key.
public static string NumberPad2
return string

NumberPad3 public_oe static_oe property

Represents the number pad 3 key.
public static string NumberPad3
return string

NumberPad4 public_oe static_oe property

Represents the number pad 4 key.
public static string NumberPad4
return string

NumberPad5 public_oe static_oe property

Represents the number pad 5 key.
public static string NumberPad5
return string

NumberPad6 public_oe static_oe property

Represents the number pad 6 key.
public static string NumberPad6
return string

NumberPad7 public_oe static_oe property

Represents the number pad 7 key.
public static string NumberPad7
return string

NumberPad8 public_oe static_oe property

Represents the number pad 8 key.
public static string NumberPad8
return string

NumberPad9 public_oe static_oe property

Represents the number pad 9 key.
public static string NumberPad9
return string

PageDown public_oe static_oe property

Represents the Page Down key.
public static string PageDown
return string

PageUp public_oe static_oe property

Represents the Page Up key.
public static string PageUp
return string

Pause public_oe static_oe property

Represents the Pause key.
public static string Pause
return string

Return public_oe static_oe property

Represents the Return key.
public static string Return
return string

Right public_oe static_oe property

Represents the right arrow key.
public static string Right
return string

Semicolon public_oe static_oe property

Represents the semi-colon key.
public static string Semicolon
return string

Separator public_oe static_oe property

Represents the number pad thousands separator key.
public static string Separator
return string

Shift public_oe static_oe property

Represents the Shift key.
public static string Shift
return string

Space public_oe static_oe property

Represents the Spacebar key.
public static string Space
return string

Subtract public_oe static_oe property

Represents the number pad subtraction key.
public static string Subtract
return string

Tab public_oe static_oe property

Represents the Tab key.
public static string Tab
return string

Up public_oe static_oe property

Represents the up arrow key.
public static string Up
return string