C# Class WindowsPhoneTestFramework.CommandLine.CommandLineHost.Commands.PhoneAutomationCommands

Mostra file Open project: Expensify/WindowsPhoneTestFramework Class Usage Examples

Private Methods

Method Description
Click ( string whatToClick ) : void
ConfirmAlive ( string ignored ) : void
ElementColor ( string controlId ) : void
GetAppSettings ( string text ) : void
GetIsEnabled ( string whatToGet ) : void
GetPerformanceInfo ( string text ) : void
GetPosition ( string whichControl ) : void
GetProgress ( string whichControl ) : void
GetText ( string whatToGet ) : void
GetValue ( string whatToGet ) : void
InvokeTap ( string whatToClick ) : void
LookForText ( string whatToLookFor ) : void
Navigate ( string direction ) : void
Pivot ( string text ) : void
ScrollH ( string whichControl, string howMuch ) : void
ScrollV ( string whichControl, string howMuch ) : void
SelectListItem ( string whichControl, string index ) : void
SetAppSetting ( string key, string value ) : void
SetAppSettings ( string text ) : void
SetFocus ( string whichControl ) : void
SetText ( string whatToSetAndValue ) : void
SetValue ( string whatToSetAndValue ) : void
StopBackgroundAudio ( string text ) : void
TakeScreenshot ( string optionalControlId ) : void
TapAppBar ( string text ) : void
Toggle ( string text ) : void
WhatForText ( string whatToWaitFor ) : void
getVisualState ( string text ) : void
scrollIntoView ( string whatToScroll ) : void