Allow Images

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Example)
(Example)
Line 18: Line 18:
  
  
[[File:Yes.png]]
+
[[File:Yes.jpg]]
  
  
Line 32: Line 32:
  
  
[[File:No.png]]
+
[[File:No.jpg]]

Revision as of 16:26, 24 September 2013

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

This command, when set to “No”, will disable the display of any images on a webpage.

Allow Images: Select "Yes" to allow images to load within the specified browser. Select "No" to not allow images to load within the specified browser.

Example


allow images("Yes")
navigate("http://www.bing.com/", "Wait")


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


Yes.jpg



allow images("No")
navigate("http://www.bing.com/", "Wait")


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


No.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox