Enum ElementLocator
The available ways to address an element.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum ElementLocator
  Fields
| Name | Description | 
|---|---|
| Class | The class of the element.  | 
      
| Id | The id of the element.  | 
      
| Name | The name of the element.  | 
      
| Selector | The CSS selector of the element.  | 
      
| Tag | The tag of the element.  | 
      
| XPath | The xpath of the element.  |