Class ByExtras
Defines a collection of extra locator constraints for
Inheritance
System.Object
ByExtras
Namespace: Legerity
Assembly: Legerity.Core.dll
Syntax
public static class ByExtras : object
Methods
| Improve this Doc View SourcePartialText(String)
Gets a mechanism to find elements by partial text content.
Declaration
public static By PartialText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text to find. |
Returns
Type | Description |
---|---|
By | A |
Text(String)
Gets a mechanism to find elements by the text content.
Declaration
public static By Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text to find. |
Returns
Type | Description |
---|---|
By | A |