MCPcopy Index your code
hub / github.com/httprunner/httprunner / NewSession

Method NewSession

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

NewSession starts a new session and returns the SessionInfo.

(capabilities Capabilities)

Source from the content-addressed store, hash-verified

488type WebDriver interface {
489 // NewSession starts a new session and returns the SessionInfo.
490 NewSession(capabilities Capabilities) (SessionInfo, error)
491
492 // DeleteSession Kills application associated with that session and removes session
493 // 1) alertsMonitor disable

Callers 4

NewHTTPDriverMethod · 0.65
NewUSBDriverMethod · 0.65
TestDriver_NewSessionFunction · 0.65
NewUIADriverFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestDriver_NewSessionFunction · 0.52