Class UserDetails
Base class which represents an entire page request.
- Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\Settings\General\Users\UserDetails
Namespace: Azalea\Selenium\EHR\UI\Settings\General\Users
Located at lib/src/Azalea/Selenium/EHR/UI/Settings/General/Users/UserDetails.php
Located at lib/src/Azalea/Selenium/EHR/UI/Settings/General/Users/UserDetails.php
public
boolean
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
__construct(),
get(),
getHash(),
getSelector(),
setHash(),
updateHash()
|
__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. |
#
"/settings/general/users/{id}/details"
|
protected static
string
|
$selector
$selector Optional CSS selector for this view's element. |
#
"#users_details"
|
protected static
string
|
$title
|
#
""
|
protected static
string
|
$title_selector
|
#
""
|
protected static
string
|
$FIRST_NAME_TEXT_CSS
|
#
"#user_general_info tr:first-child td"
|
protected static
string
|
$LAST_NAME_TEXT_CSS
|
#
"#user_general_info tr:nth-child(2) td"
|
protected static
string
|
$EMAIL_TEXT_CSS
|
#
"#user_general_info tr:nth-child(3) td"
|
protected static
string
|
$TITLE_TEXT_CSS
|
#
"#user_general_info tr:nth-child(4) td"
|
$driver,
$timeout
|