\SiteLoginPage
Page class for front end login page
Synopsis
class SiteLoginPage
extends SitePage
{
- // members
- protected $waitForXpath;
- protected $url;
- // Inherited members from SitePage
- protected Webdriver $driver;
- protected SeleniumConfig $cfg;
- protected $waitForXpath;
- protected JoomlaWebdriverTestCase $test;
- public $toolbar;
- protected $url;
- public $visibleMenuText;
- // methods
- public void SiteLogoutUser()
- public void SiteLoginUser()
- // Inherited methods from SitePage
- public void __construct()
- public void __toString()
- public bool checkForNotices()
Hierarchy
Extends
Members
protected
- $cfg — SeleniumConfig
- $driver — Webdriver
- $test — JoomlaWebdriverTestCase
- $url
—
string
URL used to uniquely identify this page - $url — string
- $waitForXpath
—
string
XPath string used to uniquely identify this page - $waitForXpath — string
public
- $toolbar — array
- $visibleMenuText — array
Methods
public
- SiteLoginUser() — Function to enter Username Password
- SiteLogoutUser() — Function to click on logout button
Inherited from SitePage
public
- __toString()
- checkForNotices() — Checks for notices on a page.