WebSocket creates a new websocket action
()
| 747 | |
| 748 | // WebSocket creates a new websocket action |
| 749 | func (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 |
| 757 | func (s *StepRequest) Android() *StepMobile { |
no outgoing calls