Methods
findElementsBySystemName
- findElementsBySystemName(name: string, document?: IDocument, findInOtherDocuments?: boolean): __type
-
Parameters
-
name: string
-
Optional document: IDocument
-
Optional findInOtherDocuments: boolean
Returns __type
findElementsByTableColDocument
- findElementsByTableColDocument(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
-
Parameters
-
searcherTags: __type
-
Optional invalidSearchTags: __type
-
Optional errorCallback: function
Returns __type
|
null
findElementsByTableRowDocument
- findElementsByTableRowDocument(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
-
Parameters
-
searcherTags: __type
-
Optional invalidSearchTags: __type
-
Optional errorCallback: function
Returns __type
|
null
findElementsByTagsAuto
- findElementsByTagsAuto(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
-
Parameters
-
searcherTags: __type
-
Optional invalidSearchTags: __type
-
Optional errorCallback: function
Returns __type
|
null
findElementsByTagsContext
- findElementsByTagsContext(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
-
Parameters
-
searcherTags: __type
-
Optional invalidSearchTags: __type
-
Optional errorCallback: function
Returns __type
|
null
findElementsByTagsDocument
- findElementsByTagsDocument(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
-
Parameters
-
searcherTags: __type
-
Optional invalidSearchTags: __type
-
Optional errorCallback: function
Returns __type
|
null
findElementsByTagsGlobal
- findElementsByTagsGlobal(searcherTags: __type, invalidSearchTags?: __type, errorCallback?: function): __type | null
-
Parameters
-
searcherTags: __type
-
Optional invalidSearchTags: __type
-
Optional errorCallback: function
Returns __type
|
null
findStaticElementBySystemName
-
Parameters
-
name: string
-
Optional document: IDocument
-
Optional findInOtherDocuments: boolean
getContextElement
-
getPreferredSearchCounterMode
- getPreferredSearchCounterMode(): string
-
Returns string
getPreferredSearchMode
- getPreferredSearchMode(): string
-
Returns string
isEnableCounterElements
- isEnableCounterElements(): boolean
-
Returns boolean
isEnableInvisibleElements
- isEnableInvisibleElements(): boolean
-
Returns boolean
setContextElement
-
Parameters
setEnableCounterElements
- setEnableCounterElements(enableCounterElements: boolean): IElementFinder
-
Parameters
-
enableCounterElements: boolean
setEnableInvisibleElements
- setEnableInvisibleElements(enableInvisibleElements: boolean): IElementFinder
-
Parameters
-
enableInvisibleElements: boolean
setPreferredSearchCounterMode
- setPreferredSearchCounterMode(preferredSearchCounterMode?: string): IElementFinder
-
Parameters
-
Optional preferredSearchCounterMode: string
setPreferredSearchMode
-
Parameters
-
Optional preferredSearchMode: string
Interface IElementFinder