Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WaitForElementActionArgs

Hierarchy

  • WaitForElementActionArgs

Index

Properties

Optional executionMode

executionMode: "Foreground" | "Background"

Optional failIfNotFound

failIfNotFound: boolean

Optional onCancel

onCancel: "ThrowError" | "Abort" | "Continue"

Optional onError

onError: "ThrowError" | "Continue"

Optional pollingInterval

pollingInterval: number

Optional timeout

timeout: number

Optional waitForNoElement

waitForNoElement: boolean

Optional waitType

waitType: "Appear" | "Disappear"

Generated using TypeDoc