Allow Flash
From UBot Studio
(Difference between revisions)
(→Example) |
(→Example) |
||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
allow flash("Yes") | allow flash("Yes") | ||
− | navigate("http://www. | + | navigate("http://www.adobe.com/software/flash/about/", "Wait") |
</pre> | </pre> | ||
Line 21: | Line 21: | ||
<pre> | <pre> | ||
allow flash("No") | allow flash("No") | ||
− | navigate("http://www. | + | navigate("http://www.adobe.com/software/flash/about/", "Wait") |
</pre> | </pre> |
Revision as of 21:08, 28 September 2015
Allow Flash is a Settings Command in the Professional edition of UBot Studio.
This command will disable all flash on a webpage. Simply select “Yes” to enable flash and “No” to disable flash.
Allow Flash: Select "Yes" to enable Flash on a webpage. Select "No" to disable Flash on a webpage.
Example
allow flash("Yes") navigate("http://www.adobe.com/software/flash/about/", "Wait")
Enables Flash
allow flash("No") navigate("http://www.adobe.com/software/flash/about/", "Wait")
Disables Flash