mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +08:00
feat: run Android UI automation with adb by default, add uixt.WithUIA2(true) option to use uiautomator2
This commit is contained in:
@@ -695,9 +695,6 @@ type WebDriver interface {
|
||||
|
||||
IsHealthy() (bool, error)
|
||||
|
||||
// Close inner connections properly
|
||||
Close() error
|
||||
|
||||
// triggers the log capture and returns the log entries
|
||||
StartCaptureLog(identifier ...string) (err error)
|
||||
StopCaptureLog() (result interface{}, err error)
|
||||
|
||||
Reference in New Issue
Block a user