Метод | Описание | |
---|---|---|
Copy ( ) : IElementLocator | ||
CopyWithIndex ( int index ) : IElementLocator | ||
SeleniumElementLocator ( By locatorKind, string locatorValue ) : System | ||
SeleniumElementLocator ( By locatorKind, string locatorValue, int index ) : System | ||
ToString ( ) : string |
public CopyWithIndex ( int index ) : IElementLocator | ||
index | int | |
Результат | IElementLocator |
public SeleniumElementLocator ( By locatorKind, string locatorValue ) : System | ||
locatorKind | By | |
locatorValue | string | |
Результат | System |
public SeleniumElementLocator ( By locatorKind, string locatorValue, int index ) : System | ||
locatorKind | By | |
locatorValue | string | |
index | int | |
Результат | System |