Variable PopoverConst

Popover: any = PopoverInteractor

Call this InteractorConstructor to initialize a popover Interactor. The popover interactor can be used to interact with popover on the page and to assert on their state.

The popover is located by the text of its label or by title text content.

await Popover().close();
  • visible: boolean – Filter by visibility. Defaults to true. See isVisible.
  • close(): Interaction – Close the popover