CalculatorShell
Defined in AIT.VisualStudio.TestTools.Samples.dll.
The Win32 calculator window.
Constructors
Constructor | Description |
new(parent)
Signature: parent:UITestControl -> unit
|
Create a new CalculatorShell instance |
Instance members
Instance member | Description |
Button0
Signature: WinButton
|
The 0 button. |
Button1
Signature: WinButton
|
The 1 button. |
Button2
Signature: WinButton
|
The 2 button. |
Button3
Signature: WinButton
|
The 3 button. |
Button4
Signature: WinButton
|
The 4 button. |
Button5
Signature: WinButton
|
The 5 button. |
Button6
Signature: WinButton
|
The 6 button. |
Button7
Signature: WinButton
|
The 7 button. |
Button8
Signature: WinButton
|
The 8 button. |
Button9
Signature: WinButton
|
The 9 button. |
ButtonAdd
Signature: WinButton
|
The add button. |
ButtonEquals
Signature: WinButton
|
The equals button. |
Enter(number)
Signature: number:int -> unit
|
Enter the given number. |
Result
Signature: WinText
|
The result button. |