In Shared Browser

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
This command is a [[Flow Commands|Flow Command]]. This command opens a new browser that shares cookies with the main browser.  
+
This command is a [[Browser Commands|Browser Command]]. This command opens a new browser that shares cookies with the main browser.  
  
 
== Example ==
 
== Example ==
Line 20: Line 20:
  
  
[[File:in_shared_browser.png]]
+
[[File:isbh.jpg]]

Latest revision as of 16:15, 7 January 2017

This command is a Browser Command. This command opens a new browser that shares cookies with the main browser.

[edit] 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.

Note: The proxies used above are publicly provided, free proxies. They might no longer be live.

To run the script, simply replace the proxies with live replacements.


Isbh.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox