Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ElementFinder

Hierarchy

  • ElementFinder

Implements

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

getContextElement

getPreferredSearchCounterMode

  • getPreferredSearchCounterMode(): string

getPreferredSearchMode

  • getPreferredSearchMode(): string

isEnableCounterElements

  • isEnableCounterElements(): boolean

isEnableInvisibleElements

  • isEnableInvisibleElements(): boolean

setContextElement

setEnableCounterElements

  • setEnableCounterElements(enableCounterElements: boolean): IElementFinder

setEnableInvisibleElements

  • setEnableInvisibleElements(enableInvisibleElements: boolean): IElementFinder

setPreferredSearchCounterMode

  • setPreferredSearchCounterMode(preferredSearchCounterMode?: string): IElementFinder

setPreferredSearchMode

  • setPreferredSearchMode(preferredSearchMode?: string): IElementFinder

Generated using TypeDoc