Allow Popups

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "$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, ...")
 
 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
$Allow Popups is a [[Settings Commands|Settings Command]] in the Professional edition of UBot Studio.
+
Allow Popups is a [[Settings Commands|Settings Command]].
  
 
This command determines whether or not the browser should show pop ups, depending on the setting the command is set to.
 
This command determines whether or not the browser should show pop ups, depending on the setting the command is set to.
 +
 +
'''Allow Popups:''' Select "Yes" to enable popups on a webpage. Select "No" to disable popups on a webpage.
  
 
== Example ==
 
== Example ==
Line 11: Line 13:
  
 
</pre>
 
</pre>
 +
  
 
Running the script will allow popups to appear within the browser.
 
Running the script will allow popups to appear within the browser.
  
[[File:popupsYes.png]]
+
 
 +
[[File:popyes.jpg]]
 +
 
  
 
<pre>
 
<pre>
Line 22: Line 27:
  
 
</pre>
 
</pre>
 +
  
 
Running the script will not allow popups to appear within the browser.
 
Running the script will not allow popups to appear within the browser.
  
[[File:popupsNo.png]]
+
 
 +
[[File:popno.jpg]]

Latest revision as of 16:50, 24 September 2013

Allow Popups is a Settings Command.

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

Allow Popups: Select "Yes" to enable popups on a webpage. Select "No" to disable popups on a webpage.

[edit] Example


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


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


Popyes.jpg



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


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


Popno.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox