List: any = ListInteractor

Call this InteractorConstructor to initialize a list Interactor. The list interactor can be used to assert on lists state.

The list is located by the aria-label attribute or by text content.

await List('ToDos').exists();
  • id: string – Filter by id
  • visible: boolean – Filter by visibility. Defaults to true. See isVisible.