Метод | Описание | |
---|---|---|
__construct ( |
||
activeElement ( ) : |
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 |
public activeElement ( ) : |
||
Результат |
public alert ( ) : Nearsoft\SeleniumClient\Alert | ||
Результат | Nearsoft\SeleniumClient\Alert |
public frame ( $identifier ) : Nearsoft\SeleniumClient\WebDriver | ||
Результат | Nearsoft\SeleniumClient\WebDriver | The current webdriver |
public window ( String $identifier ) : Nearsoft\SeleniumClient\WebDriver | ||
$identifier | String | either window name or window handle |
Результат | Nearsoft\SeleniumClient\WebDriver | The current webdriver |