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...") |
(→Example) |
||
(7 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | Allow Images is a [[Settings Commands|Settings Command]] in the Professional edition of UBot Studio. | |
− | This command, when set to | + | 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 == | == Example == | ||
Line 9: | Line 11: | ||
allow images("Yes") | allow images("Yes") | ||
navigate("http://ubotstudio.com/resources", "Wait") | navigate("http://ubotstudio.com/resources", "Wait") | ||
+ | |||
</pre> | </pre> | ||
Line 14: | Line 17: | ||
Running the script will allow images to appear within the browser. | Running the script will allow images to appear within the browser. | ||
− | [[File:Yes. | + | |
+ | [[File:Yes.jpg]] | ||
+ | |||
<pre> | <pre> | ||
Line 23: | Line 28: | ||
</pre> | </pre> | ||
− | [[File:No. | + | |
+ | Running the script will not allow images to appear within the browser. | ||
+ | |||
+ | |||
+ | [[File:No.jpg]] |
Latest revision as of 16:34, 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.
[edit] 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.