UNPKG

appium-dom-utils

Version:
7 lines 396 B
declare module "chrome-dompath" { function _xPathIndex(node: Element): Number; } export declare const getXPathSelector: (element: Element) => string; export declare const getClassChainSelector: (element: Element) => string; export declare const parseDomFromString: (xmlString: string) => Document; export declare const getElementAttributesMap: (element: Element) => {[attrName: string]: any};