Class IOSByExtras
Defines a collection of extra locator constraints for
Inheritance
System.Object
IOSByExtras
Namespace: Legerity.IOS
Assembly: Legerity.IOS.dll
Syntax
public static class IOSByExtras : object
Methods
| Improve this Doc View SourceLabel(String)
Gets a mechanism to find elements by the label.
Declaration
public static By Label(string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | label | The label to find. |
Returns
Type | Description |
---|---|
By | A |
PartialLabel(String)
Gets a mechanism to find elements by a partial label.
Declaration
public static By PartialLabel(string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | label | The label to find. |
Returns
Type | Description |
---|---|
By | A |
PartialValue(String)
Gets a mechanism to find elements by a partial value.
Declaration
public static By PartialValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to find. |
Returns
Type | Description |
---|---|
By | A |
Value(String)
Gets a mechanism to find elements by the value.
Declaration
public static By Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to find. |
Returns
Type | Description |
---|---|
By | A |