Allow Popups

From UBot Studio
Revision as of 21:58, 15 December 2012 by LillyT (Talk | contribs)

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

$Allow Popups is a Settings Command in the Professional edition of UBot Studio.

This command determines whether or not the browser should show pop ups, depending on the setting the command is set to.

Example


allow popups("Yes")
navigate("http://www.popuptest.com/popuptest3.html", "Wait")

Running the script will allow popups to appear within the browser.

File:PopupsYes.png


allow popups("No")
navigate("http://www.popuptest.com/popuptest3.html", "Wait")

Running the script will not allow popups to appear within the browser.

File:PopupsNo.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox