C# Class UIAccess.Locator

Mostrar archivo Open project: geeksree/cSharpGeeks Class Usage Examples

Public Properties

Property Type Description
ControlLocator string
LocatorType LocatorType

Public Methods

Method Description
Locator ( ) : System
Locator ( string Locator, LocatorType LocatorType ) : System

Method Details

Locator() public method

public Locator ( ) : System
return System

Locator() public method

public Locator ( string Locator, LocatorType LocatorType ) : System
Locator string
LocatorType LocatorType
return System

Property Details

ControlLocator public_oe property

public string ControlLocator
return string

LocatorType public_oe property

public LocatorType LocatorType
return LocatorType