Allow Images
From UBot Studio
(Difference between revisions)
(Created page with "$Allow Images is a Settings Commandin the Professional edition of UBot Studio. This command, when set to “Yes” will disable the display of any image...") |
|||
Line 1: | Line 1: | ||
− | $Allow Images is a [[Settings Commands|Settings Command]]in the Professional edition of UBot Studio. | + | $Allow Images is a [[Settings Commands|Settings Command]] in the Professional edition of UBot Studio. |
This command, when set to “Yes” will disable the display of any images on a webpage. | This command, when set to “Yes” will disable the display of any images on a webpage. | ||
Line 22: | Line 22: | ||
</pre> | </pre> | ||
+ | |||
+ | Running the script will not allow images to appear within the browser. | ||
[[File:No.png]] | [[File:No.png]] |
Revision as of 21:27, 15 December 2012
$Allow Images is a Settings Command in the Professional edition of UBot Studio.
This command, when set to “Yes” will disable the display of any images on a webpage.
Example
allow images("Yes") navigate("http://ubotstudio.com/resources", "Wait")
Running the script will allow images to appear within the browser.
allow images("No") navigate("http://ubotstudio.com/resources", "Wait")
Running the script will not allow images to appear within the browser.