(url ...string)
| 160 | } |
| 161 | |
| 162 | func (s *StepWebSocket) Write(url ...string) *StepWebSocket { |
| 163 | s.step.WebSocket.Type = wsWrite |
| 164 | return s.withUrl(url...) |
| 165 | } |
| 166 | |
| 167 | func (s *StepWebSocket) CloseConnection(url ...string) *StepWebSocket { |
| 168 | s.step.WebSocket.Type = wsClose |