‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest Class Reference

Public Member Functions

 _before (ApplicationTester $I, PageTree $pageTree)
 
 focusPageWithDownKeyAndOpenItWithEnter (ApplicationTester $I)
 
 focusPageWithDownAndUpKey (ApplicationTester $I)
 
 expandSubtreeWithRightArrow (ApplicationTester $I)
 
 collapseSubtreeWithLeftArrow (ApplicationTester $I)
 
 focusFirstPageTreeItemWithHomeKey (ApplicationTester $I)
 

Private Member Functions

 getFocusedNode (ApplicationTester $I)
 
 sendKey (ApplicationTester $I, string $key)
 
 grabFocussedText (ApplicationTester $I)
 

Detailed Description

Page and page tree related tests.

Definition at line 28 of file SelectPagetreeWithKeyboardCest.php.

Member Function Documentation

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::_before ( ApplicationTester  $I,
PageTree  $pageTree 
)

Open list module of styleguide elements basic page

Definition at line 33 of file SelectPagetreeWithKeyboardCest.php.

References TYPO3\CMS\Core\Tests\Acceptance\Support\Helper\AbstractTree\openPath().

◆ collapseSubtreeWithLeftArrow()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::collapseSubtreeWithLeftArrow ( ApplicationTester  $I)

◆ expandSubtreeWithRightArrow()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::expandSubtreeWithRightArrow ( ApplicationTester  $I)

◆ focusFirstPageTreeItemWithHomeKey()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::focusFirstPageTreeItemWithHomeKey ( ApplicationTester  $I)

◆ focusPageWithDownAndUpKey()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::focusPageWithDownAndUpKey ( ApplicationTester  $I)

◆ focusPageWithDownKeyAndOpenItWithEnter()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::focusPageWithDownKeyAndOpenItWithEnter ( ApplicationTester  $I)

◆ getFocusedNode()

TYPO3\CMS\Core\Tests\Acceptance\Application\PageTree\SelectPagetreeWithKeyboardCest::getFocusedNode ( ApplicationTester  $I)
private

◆ grabFocussedText()

◆ sendKey()