MCPcopy
hub / github.com/httprunner/httprunner / WebSocket

Method WebSocket

hrp/step_request.go:749–754  ·  view source on GitHub ↗

WebSocket creates a new websocket action

()

Source from the content-addressed store, hash-verified

747
748// WebSocket creates a new websocket action
749func (s *StepRequest) WebSocket() *StepWebSocket {
750 s.step.WebSocket = &WebSocketAction{}
751 return &StepWebSocket{
752 step: s.step,
753 }
754}
755
756// Android creates a new android action
757func (s *StepRequest) Android() *StepMobile {

Calls

no outgoing calls