-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Description
Is there a way to send commands and pipe output (using -x for example flag in this case)?
wscat -c ws://localhost9222 -x "{"id": 1, "method": "Network.enable"}"
wscat -c ws://localhost9222 -x "{"id": 1, "method": "Page.navigate", "params" : {"url" : "http://www.github.com"}}" > out.log
Ideally, pass a command and somehow pipe output? Does this functionality already exist or is there an easy way to accomplish this?
Metadata
Metadata
Assignees
Labels
No labels