Call this InteractorConstructor to initialize a button Interactor.
The button interactor can be used to interact with buttons on the page and
to assert on their state.
The button is located by the aria-label attribute or the visible text on the button in otherwise.
Call this InteractorConstructor to initialize a button Interactor. The button interactor can be used to interact with buttons on the page and to assert on their state.
The button is located by the
aria-label
attribute or the visible text on the button in otherwise.Example
Filters
title
: string – Filter by titleid
: string – Filter by idvisible
: boolean – Filter by visibility. Defaults totrue
. See isVisible.disabled
: boolean – Filter by whether the button is disabled. Defaults tofalse
.focused
: boolean – Filter by whether the button is focused. See focused.href
: string - Filter by href if it's button linkActions
click()
: Interaction – Click on the buttonfocus()
: Interaction – Move focus to the buttonblur()
: Interaction – Move focus away from the button