core/pagehelpers

Page utility helpers.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Members

(static, constant) firstFocusableElement

Source:

Get the first focusable element inside a container.

(static, constant) focusableElements

Source:

Get all focusable elements inside a container.

(static, constant) getCurrentWidth

Source:

Get the current body width.

(static, constant) isBehatSite

Source:

Check fi the current page is a Behat site.

(static, constant) isExtraSmall

Source:

Check if the user uses an extra small size browser.

(static, constant) isLarge

Source:

Check if the user uses a large size browser.

(static, constant) isSmall

Source:

Check if the user uses a small size browser.

(static, constant) lastFocusableElement

Source:

Get the last focusable element inside a container.

(static, constant) nextFocusableElement

Source:

Get the next focusable element in a container. It uses the current focused element to know where to start the search.

(static, constant) previousFocusableElement

Source:

Get the previous focusable element in a container. It uses the current focused element to know where to start the search.