fix: trigger wda logs with usbmux

This commit is contained in:
debugtalk
2022-09-29 23:10:46 +08:00
parent 9f56c9d431
commit eb9e3efe6c
10 changed files with 69 additions and 83 deletions

View File

@@ -989,6 +989,10 @@ type WebDriver interface {
// 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)
}
// WebElement defines method supported by web elements.