mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 07:52:13 +08:00
fix: trigger wda logs with usbmux
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user