메소드 |
설명 |
|
__construct ( $timeout = 1 ) |
|
|
closeBrowser ( ) |
|
|
iAmOnUrlComposedBy ( Behat\Gherkin\Node\TableNode $tableNode ) |
Open url with various parameters |
|
iClickOnTheNthElement ( $index, $element ) |
Clicks on the nth CSS element |
|
iFillInWithTheCurrentDate ( $field ) |
Fills in form field with current date |
|
iFillInWithTheCurrentDateAndModifier ( $field, $modifier ) |
Fills in form field with current date and strtotime modifier |
|
iFollowTheNthLink ( $index, $link ) |
Click on the nth specified link |
|
iHoverIShouldSeeIn ( $element ) |
Mouse over a CSS element |
|
iSaveTheValueOfInTheParameter ( $field, $parameter ) |
Save value of the field in parameters array |
|
iSetBasicAuthenticationWithAnd ( $user, $password ) |
Set login / password for next HTTP authentication |
|
iShouldSeeLessThanNElementInTheNthParent ( $count, $element, $index, $parent ) |
|
|
iShouldSeeMoreThanNElementInTheNthParent ( $count, $element, $index, $parent ) |
|
|
iShouldSeeNElementInTheNthParent ( $count, $element, $index, $parent ) |
|
|
iWaitForElement ( $element ) |
Checks, that the page should contains specified element after timeout |
|
iWaitSeconds ( $count ) |
|
|
iWaitSecondsForElement ( $count, $element ) |
Wait for a element |
|
iWaitSecondsUntilISee ( $count, $text ) |
Checks, that the page should contains specified text after given timeout |
|
iWaitSecondsUntilISeeInTheElement ( $count, $text, $element ) |
Checks, that the element contains specified text after timeout |
|
iWaitUntilISee ( $text ) |
Checks, that the page should contains specified text after timeout |
|
iWaitUntilISeeInTheElement ( $text, $element ) |
Checks, that the element contains specified text after timeout |
|
pressTheNthButton ( $index, $button ) |
Presses the nth specified button |
|
switchToIFrame ( $name ) |
Select a frame by its name or ID. |
|
switchToMainFrame ( ) |
Go back to main document frame. |
|
theElementShouldBeDisabled ( $element ) |
Checks, that element with given CSS is disabled |
|
theElementShouldBeEnabled ( $element ) |
Checks, that element with given CSS is enabled |
|
theElementShouldBeVisible ( $element ) |
Checks, that the specified CSS element is visible |
|
theElementShouldNotBeVisible ( $element ) |
Checks, that the specified CSS element is not visible |
|
theSelectBoxShouldContain ( $select, $option ) |
Checks, that given select box contains the specified option |
|
theSelectBoxShouldNotContain ( $select, $option ) |
Checks, that given select box does not contain the specified option |
|