Method | Description | |
---|---|---|
Check ( IWebElement checkbox ) : void | ||
EnterData ( ISearchContext context, IWebElement element, object data ) : void | ||
GetData ( ISearchContext context, IWebElement element ) : string | ||
IsChecked ( IWebElement checkbox ) : bool | ||
IsEnabled ( IWebElement checkbox ) : bool | ||
Matches ( IWebElement element ) : bool |
public static Check ( IWebElement checkbox ) : void | ||
checkbox | IWebElement | |
return | void |
public EnterData ( ISearchContext context, IWebElement element, object data ) : void | ||
context | ISearchContext | |
element | IWebElement | |
data | object | |
return | void |
public GetData ( ISearchContext context, IWebElement element ) : string | ||
context | ISearchContext | |
element | IWebElement | |
return | string |
public static IsChecked ( IWebElement checkbox ) : bool | ||
checkbox | IWebElement | |
return | bool |
public static IsEnabled ( IWebElement checkbox ) : bool | ||
checkbox | IWebElement | |
return | bool |
public Matches ( IWebElement element ) : bool | ||
element | IWebElement | |
return | bool |