Class LoginForm
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\Login\UI\LoginForm
Methods summary
public
|
#
email( string $email )
Sets the email address.
Parameters
|
public
|
#
password( string $password )
Sets the password.
Parameters
|
public
|
|
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()
|