Class ResetPasswordPage
Page object which represents the Login Page.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\Page
-
Azalea\Selenium\Login\ResetPasswordPage
Methods summary
public
|
#
resetPassword( string $email )
Fills out the reset password form.
Fills out the reset password form.
Parameters
|
public
Azalea\Selenium\Login\Login
|
#
backToLogin( )
Navigate back to the login page.
Navigate back to the login page.
Returns
Azalea\Selenium\Login\Login
|
public
boolean
|
#
isInvalidEmail( )
Returns true if an invalid email was submitted.
Returns true if an invalid email was submitted.
Returns
boolean
|
protected
boolean
|
#
verify( )
Called by the Page class to verify that we are on the
correct page.
Called by the Page class to verify that we are on the
correct page.
Returns
boolean
Overrides
|
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(),
__construct(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
updateHash(),
wait()
|