In Shared Browser

From UBot Studio
Revision as of 19:57, 22 February 2013 by LillyT (Talk | contribs)

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

This command is a Flow Command. This command opens a new browser that shares cookies and other pertinent data with the main browser.

Example

change proxy("186.215.126.175:3128")
navigate("http://www.whatismyip.com/", "Wait")
in shared browser {
    navigate("http://www.whatismyip.com/", "Wait")
    wait(12)
}

The script above changes the ip in the the main browser, and then navigates to a website that checks the ip in both the main browser and the shared browser. Notice that both browsers have the same IP from the proxy.

File:In shared browser.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox