Method | Description | |
---|---|---|
ElementAppears ( |
||
FindElements ( |
||
GetFrame ( |
Returns the frame that matches the 'by' criteria which is contained inside the current container If more than 1 frame matches the specified criteria, the first match is returned; |
|
GetFrame ( string frameName, string description ) : |
Returns the specified frame which is contained inside the current container
|
|
WaitForElement ( |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
ElementsContainer ( string description ) : System |
Initializes the instance of ElementsContainer with the specified description
|
|
GetSearchContext ( ) : ISearchContext |
public ElementAppears ( |
||
by | ||
return | bool |
protected ElementsContainer ( string description ) : System | ||
description | string | A description representing the element in the log |
return | System |
public FindElements ( |
||
@by | ||
description | string | |
return | IEnumerable |
public GetFrame ( |
||
@by | ||
description | string | A description representing the frame in the log |
return |
public GetFrame ( string frameName, string description ) : |
||
frameName | string | The name of the frame |
description | string | A description representing the frame in the log |
return |
protected GetSearchContext ( ) : ISearchContext | ||
return | ISearchContext |
public WaitForElement ( |
||
by | ||
description | string | |
seconds | int | |
return |