Méthode |
Description |
|
__construct ( WebDriver $driver ) |
|
|
activeElement ( ) : WebElement |
Finds the active element on the page and returns it |
|
alert ( ) : Nearsoft\SeleniumClient\Alert |
Switches to the currently active modal dialog for this particular driver instance. |
|
frame ( $identifier ) : Nearsoft\SeleniumClient\WebDriver |
Focus on specified frame |
|
newTab ( string $url ) : string |
Opens a new tab for the given URL |
|
window ( String $identifier ) : Nearsoft\SeleniumClient\WebDriver |
Change to the Window by passing in the name |
|