Class SimpleViewWithArgs
Base class which represents an entire page request.
- Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
SimpleViewWithArgs
Located at lib/tests/classes/SimpleViewWithArgs.php
public
|
__construct(),
get(),
getHash(),
getSelector(),
setHash(),
updateHash(),
verify()
|
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|
protected static
string
|
$hash
$hash The hash fragment corresponding to this view, if any. |
#
"/patients/p/{patient}"
|
protected static
string
|
$selector
$selector Optional CSS selector for this view's element. |
#
"#patient{patient}"
|
$driver,
$timeout
|