Class ResetPasswordForm
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\Login\UI\ResetPasswordForm
Methods summary
public
|
#
email( string $email )
Sets the email address.
Parameters
|
public
|
#
submit( )
Submits the reset password form.
Submits the reset password form.
|
public
boolean
|
#
isInvalid( )
Returns true if an invalid login message is displayed.
Returns true if an invalid login message is displayed.
Returns
boolean
|
protected
boolean
|
#
verify( )
Called by the View class to verify that the view is valid
on the current page.
Called by the View class to verify that the view is valid
on the current page.
Returns
boolean
Overrides
|
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|