\SiteConfigurationTemplatePage
Home Page Class
Synopsis
class SiteConfigurationTemplatePage
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 null changeTemplateColor()
- public string getTemplateColor()
- public null changeBackgroundColor()
- public string getBackgroundColor()
- // 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
- changeBackgroundColor() — Function which changes the Background Color saving the changes
- changeTemplateColor() — Function which changes the template color saving the changes
- getBackgroundColor() — Function which returns the Background Color
- getTemplateColor() — Function which returns Template Color
Inherited from SitePage
public
- __toString()
- checkForNotices() — Checks for notices on a page.