Class SimpleView
Base class which represents an entire page request.
Located at lib/tests/classes/SimpleView.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"
|
protected static
string
|
$selector
$selector Optional CSS selector for this view's element. |
#
"#patient"
|
$driver,
$timeout
|