0.6.0 • Published 3 years ago

uiautomator-web v0.6.0

Weekly downloads
2
License
Apache 2.0
Repository
-
Last release
3 years ago

uiautomator-web

Demo: https://flowpp.github.io/uiautomator-web/

Preview

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

  1. Typescript
  2. React/Preact
  3. DOM, CSS
0.6.0

3 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.5

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.0

6 years ago

0.1.8

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago