Method |
Description |
|
__construct ( Behat\Mink\Session $session, SensioLabs\Behat\PageObjectExtension\Context\PageFactoryInterface $pageFactory, array $parameters = [] ) |
|
|
acceptAlert ( ) |
|
|
checkOpenEyesTitle ( string $expectedTitle ) : boolean |
ription checks that the title is equal to the expected value |
|
clickLink ( string $locator ) |
Clicks link with specified locator. |
|
popupOk ( $element_name ) |
|
|
saveEvent ( ) |
This should be the same behaviour for every OE page |
|
scrollWindowTo ( string $xpath ) |
Scrolls the window to ensure the element is within the viewport. |
|
scrollWindowToElement ( Behat\Mink\Element\NodeElement $element ) |
Scrolls the window to ensure the element is within the viewport. |
|
scrollWindowToLink ( string $locator ) |
Scrolls the window to ensure the element is within the viewport. |
|
waitForElementDisplayBlock ( string $selector, $waitTime = null ) |
ription Wait for element identified by a css selector to have a display css value of 'block' |
|
waitForElementDisplayNone ( string $selector, $waitTime = null ) |
ription Wait for element identified by a css selector to have a display css value of 'none' |
|
waitForTitle ( string $title, null | integer $waitTime = null ) |
ription waits for the title of the page included in the OpenEyes specific class to become equal to the expected value |
|