Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IElementFinder

Hierarchy

  • IElementFinder

Implemented by

Index

Methods

findElementsBySystemName

  • findElementsBySystemName(name: string, document?: IDocument, findInOtherDocuments?: boolean): __type
  • Parameters

    • name: string
    • Optional document: IDocument

      (default: null)

    • Optional findInOtherDocuments: boolean

      (default: true)

    Returns __type

findElementsByTableColDocument

  • findElementsByTableColDocument(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
  • Parameters

    • searcherTags: __type
    • Optional invalidSearchTags: __type

      (default: [])

    • Optional errorCallback: function

      (default: null)

        • (): any
        • Returns any

    Returns __type | null

findElementsByTableRowDocument

  • findElementsByTableRowDocument(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
  • Parameters

    • searcherTags: __type
    • Optional invalidSearchTags: __type

      (default: [])

    • Optional errorCallback: function

      (default: null)

        • (): any
        • Returns any

    Returns __type | null

findElementsByTagsAuto

  • findElementsByTagsAuto(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
  • Parameters

    • searcherTags: __type
    • Optional invalidSearchTags: __type

      (default: [])

    • Optional errorCallback: function

      (default: null)

        • (): any
        • Returns any

    Returns __type | null

findElementsByTagsContext

  • findElementsByTagsContext(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
  • Parameters

    • searcherTags: __type
    • Optional invalidSearchTags: __type

      (default: [])

    • Optional errorCallback: function

      (default: null)

        • (): any
        • Returns any

    Returns __type | null

findElementsByTagsDocument

  • findElementsByTagsDocument(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
  • Parameters

    • searcherTags: __type
    • Optional invalidSearchTags: __type

      (default: [])

    • Optional errorCallback: function

      (default: null)

        • (): any
        • Returns any

    Returns __type | null

findElementsByTagsGlobal

  • findElementsByTagsGlobal(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
  • Parameters

    • searcherTags: __type
    • Optional invalidSearchTags: __type

      (default: [])

    • Optional errorCallback: function

      (default: null)

        • (): any
        • Returns any

    Returns __type | null

findStaticElementBySystemName

  • Parameters

    • name: string
    • Optional document: IDocument

      (default: null)

    • Optional findInOtherDocuments: boolean

      (default: true)

    Returns IDocumentElement | null

getContextElement

  • Returns IDocumentElement | null

getPreferredSearchCounterMode

  • getPreferredSearchCounterMode(): string
  • Returns string

getPreferredSearchMode

  • getPreferredSearchMode(): string
  • Returns string

isEnableCounterElements

  • isEnableCounterElements(): boolean
  • Returns boolean

isEnableInvisibleElements

  • isEnableInvisibleElements(): boolean
  • Returns boolean

setContextElement

setEnableCounterElements

  • setEnableCounterElements(enableCounterElements: boolean): IElementFinder
  • Parameters

    • enableCounterElements: boolean

    Returns IElementFinder

setEnableInvisibleElements

  • setEnableInvisibleElements(enableInvisibleElements: boolean): IElementFinder
  • Parameters

    • enableInvisibleElements: boolean

    Returns IElementFinder

setPreferredSearchCounterMode

  • setPreferredSearchCounterMode(preferredSearchCounterMode?: string): IElementFinder
  • Parameters

    • Optional preferredSearchCounterMode: string

      (default: "context")

    Returns IElementFinder

setPreferredSearchMode

  • setPreferredSearchMode(preferredSearchMode?: string): IElementFinder
  • Parameters

    • Optional preferredSearchMode: string

      (default: "global")

    Returns IElementFinder

Generated using TypeDoc