Skip to content

Latest commit

 

History

History
 
 

htmlreport

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HTMLReport for uiautomator2

Demo code

# coding: utf-8

import uiautomator2 as u2
import uiautomator2.ext.htmlreport as htmlreport


u = u2.connect()
hrp = htmlreport.HTMLReport(u)

# take screenshot before each click
hrp.patch_click()

u.click(0.4, 0.6)
u.click(0.4, 0.5)
u(text="Github").click() # will also record

Screenshot

Alt

LICENSE

MIT