Socket container

From UBot Studio
Revision as of 18:51, 28 October 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command is a Socket Command. 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.

You can drag commands into this container.

Example


plugin command("SocketCommands.dll", "socket container") {
    plugin command("SocketCommands.dll", "socket navigate", "GET", "https://secure.imdb.com/register-imdb/form-v2?ref_=nv_usr_reg_2")
    load html($plugin function("SocketCommands.dll", "$socket page html"))
}


The command above will navigate to the given website and grab the page html for the given website to display in the main browser. Notice that the html displayed in the browser contains no images or frills. Keep in mind that the browser does not need to display the webpage in order for the socket commands to work.

Container.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox