MCPcopy
hub / github.com/httprunner/httprunner / wdaDriver

Struct wdaDriver

hrp/pkg/uixt/ios_driver.go:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type wdaDriver struct {
25 Driver
26
27 // default port
28 defaultConn gidevice.InnerConn
29
30 // mjpeg port
31 mjpegUSBConn gidevice.InnerConn // via USB
32 mjpegHTTPConn net.Conn // via HTTP
33 mjpegClient *http.Client
34}
35
36func (wd *wdaDriver) resetSession() error {
37 capabilities := NewCapabilities()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected