uiautomator-web
v0.6.0
Published
web wrapper for uiautomator2, screenshot associate to xml source
Downloads
8
Readme
uiautomator-web
Demo: https://flowpp.github.io/uiautomator-web/
Preview
Interfaces
export interface Config {
el?: HTMLDivElement
loadXML?: () => Promise<Document>
screenShot?: () => Promise<string>
onload?: (img: HTMLImageElement) => void
onerror?: (e) => void
HEIGHT?: number
onChange?: (data, node: Element) => void
onClick?: (e: MouseEvent, data, node: Element) => void
onInput?: (value: string, data, node: Element) => void
onSwipe?: (from: MouseEvent, to: MouseEvent, during: number) => void
columns_enabled?: string[]
columns_checked?: string[]
contentmenu?: VNode | string
}
Dev
$ npm i
$ npm start
Skills
- Typescript
- React/Preact
- DOM, CSS