core/pagehelpers

Description:
  • Page utility helpers.

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

Page utility helpers.

Members

(static, constant) firstFocusableElement

Description:
  • Get the first focusable element inside a container.

Source:

Get the first focusable element inside a container.

(static, constant) focusableElements

Description:
  • Get all focusable elements inside a container.

Source:

Get all focusable elements inside a container.

(static, constant) getCurrentWidth

Description:
  • Get the current body width.

Source:

Get the current body width.

(static, constant) isBehatSite

Description:
  • Check fi the current page is a Behat site.

Source:

Check fi the current page is a Behat site.

(static, constant) isExtraSmall

Description:
  • Check if the user uses an extra small size browser.

Source:

Check if the user uses an extra small size browser.

(static, constant) isLarge

Description:
  • Check if the user uses a large size browser.

Source:

Check if the user uses a large size browser.

(static, constant) isSmall

Description:
  • Check if the user uses a small size browser.

Source:

Check if the user uses a small size browser.

(static, constant) lastFocusableElement

Description:
  • Get the last focusable element inside a container.

Source:

Get the last focusable element inside a container.

(static, constant) nextFocusableElement

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

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

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

Source:

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