Allow Images
From UBot Studio
(Difference between revisions)
Line 15: | Line 15: | ||
Running the script will allow images to appear within the browser. | Running the script will allow images to appear within the browser. | ||
+ | |||
[[File:Yes.png]] | [[File:Yes.png]] | ||
+ | |||
<pre> | <pre> | ||
Line 24: | Line 26: | ||
</pre> | </pre> | ||
+ | |||
Running the script will not allow images to appear within the browser. | Running the script will not allow images to appear within the browser. | ||
+ | |||
[[File:No.png]] | [[File:No.png]] |
Revision as of 12:33, 21 May 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://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.