Socket Commands
From UBot Studio
(Difference between revisions)
(Created page with "The '''Socket Commands''' allows you to communicate with the web via the underlying socket connections. File:scommands.jpg == Socket Commands == *[[socket add file para...") |
|||
(7 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | The '''Socket Commands''' allows you to communicate with the web via the underlying socket connections. | + | The '''Socket Commands''' allows you to communicate with the web via the underlying socket connections. These commands are [[Professional Edition|Professional]] and [[Developer Edition|Developer]] edition commands. |
− | [[File: | + | The processes that are run using sockets will not display in the browser. The commands will run but the browser will not change or display anything within the main browser. |
+ | |||
+ | |||
+ | [[File:sockcom.jpg]] | ||
== Socket Commands == | == Socket Commands == | ||
Line 16: | Line 19: | ||
*[[socket add parameter]]: Adds a POST or GET data variable that will be used in the next navigate command. | *[[socket add parameter]]: Adds a POST or GET data variable that will be used in the next navigate command. | ||
− | |||
− |
Latest revision as of 14:18, 21 October 2014
The Socket Commands allows you to communicate with the web via the underlying socket connections. These commands are Professional and Developer edition commands.
The processes that are run using sockets will not display in the browser. The commands will run but the browser will not change or display anything within the main browser.
[edit] Socket Commands
- socket add file parameter: Adds a file variable to the POST data that will be used in the next Socket navigate command.
- socket container: The socket container will keep track of the cookies that result from any of the contained commands. It will also keep track of the html of the most recently loaded page.
- socket set header: Sets a header for the next socket navigate command.
- socket download file: This commands allows you to download a file using the cookies in the socket container.
- socket navigate: Socket navigate allows you to download html and cookies from a url or post data to a url and download the resulting html and cookies.
- socket add parameter: Adds a POST or GET data variable that will be used in the next navigate command.