MCPcopy
hub / github.com/httprunner/httprunner / StartCaptureLog

Method StartCaptureLog

hrp/pkg/uixt/interface.go:600–600  ·  view source on GitHub ↗

triggers the log capture and returns the log entries

(identifier ...string)

Source from the content-addressed store, hash-verified

598
599 // triggers the log capture and returns the log entries
600 StartCaptureLog(identifier ...string) (err error)
601 StopCaptureLog() (result interface{}, err error)
602}

Callers 2

NewDriverMethod · 0.65
NewDriverMethod · 0.65

Implementers 2

adbDriverhrp/pkg/uixt/android_adb_driver.go
wdaDriverhrp/pkg/uixt/ios_driver.go

Calls

no outgoing calls

Tested by

no test coverage detected