User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:54, 22 December 2012 (diff | hist) . . (+586) . . N Wait For Element (Created page with "This command allows you to delay the script until an element on the page is present. It can be used to slow down the flow of a script to make sure fields are loaded and pages ...")
- 19:32, 22 December 2012 (diff | hist) . . (+379) . . N Wait (Created page with "This command will pause the script for a specified amount of seconds. == Example == <pre> load html("hello world!") wait(10) navigate("http://www.ubotstudio.com/resources",...")
- 19:20, 22 December 2012 (diff | hist) . . (+479) . . N Stop Script (Created page with "This command will stop the script and is generally used for debugging purposes. Clicking the run button runs the the script from the beginning. == Example == <pre> load html(...")
- 19:10, 22 December 2012 (diff | hist) . . (+427) . . N Pause Script (Created page with " This command will pause the script and is generally used for debugging purposes. Once paused you can resume the script by pressing the play button again. == Example == <pre...")
- 22:41, 15 December 2012 (diff | hist) . . (+503) . . N Allow Flash (Created page with "$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”...")
- 22:28, 15 December 2012 (diff | hist) . . (-1) . . Allow Javascript
- 22:16, 15 December 2012 (diff | hist) . . (+366) . . N Allow Javascript (Created page with "$Allow Javascript is a Settings Command in the Professional edition of UBot Studio. This command will disable all javascript on a webpage. Simply select...")
- 21:58, 15 December 2012 (diff | hist) . . (+617) . . N Allow Popups (Created page with "$Allow Popups is a Settings Command in the Professional edition of UBot Studio. This command determines whether or not the browser should show pop ups, ...")
- 21:42, 15 December 2012 (diff | hist) . . (+1) . . Settings Commands (→List of Settings Commands)
- 21:41, 15 December 2012 (diff | hist) . . (+71) . . Settings Commands (→List of Settings Commands)
- 21:39, 15 December 2012 (diff | hist) . . (+487) . . N Allow CSS (Created page with "$Allow CSS is a Settings Command in the Professional edition of UBot Studio. This command, when set to Yes, will disable all CSS related content on a we...")
- 21:29, 15 December 2012 (diff | hist) . . (0) . . Allow Images
- 21:27, 15 December 2012 (diff | hist) . . (+73) . . Allow Images
- 21:21, 15 December 2012 (diff | hist) . . (+483) . . N Allow Images (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...")
- 21:05, 15 December 2012 (diff | hist) . . (+1) . . Set Visibility (→Example)
- 21:03, 15 December 2012 (diff | hist) . . (+876) . . N Set Visibility (Created page with "$Set Visibility is a Settings Command in the Professional edition of UBot Studio. This command will allow you to determine the visibility of certain tas...")
- 20:29, 15 December 2012 (diff | hist) . . (+44) . . N File:Authentication.png (An example of an http authentication prompt.) (top)
- 20:28, 15 December 2012 (diff | hist) . . (+906) . . N Set Website Credentials (Created page with "$Set Website Credentials is a Settings Command. The command allows you to set the website credentials if you navigate to a website and you get a *browse...")
- 20:00, 15 December 2012 (diff | hist) . . (+186) . . Set Proxy Credentials
- 19:50, 15 December 2012 (diff | hist) . . (+321) . . N Set Proxy Credentials (Created page with "$Set Proxy Credentials is a Settings Command. This command will allow you to set the credentials for a proxy that requires credentials in order to run. ...")
- 19:14, 15 December 2012 (diff | hist) . . (+47) . . Settings Commands (→List of Settings Commands)
- 19:07, 15 December 2012 (diff | hist) . . (+507) . . N Set Referrer (Created page with "$Set Referrer is a Settings Commandin the Professional edition of UBot Studio. This command will allow you to set the referrer url for whatever website y...")
- 18:52, 15 December 2012 (diff | hist) . . (+409) . . N Set User Agent (Created page with "$Set User Agent is a Settings Command. This command changes the user agent sent to websites. == Example == <pre> set user agent("Internet Explorer 6")...")
- 18:36, 15 December 2012 (diff | hist) . . (+730) . . N Save Downloaded File (Created page with "This command is part of the Browser Command. Save Downloaded File downloads files that have been downloaded to the browser. The command allows you to desi...")
- 01:08, 14 December 2012 (diff | hist) . . (+94) . . Browser Commands (→Browser Commands)
- 23:10, 12 December 2012 (diff | hist) . . (-57) . . Click Dialog Button (→Example)
- 20:22, 8 December 2012 (diff | hist) . . (+299) . . Set Browser Property (→Example)
- 19:24, 8 December 2012 (diff | hist) . . (+239) . . N Set Browser Property (Created page with "Set Browser Property is a Settings Command. This command sets the browser property of the internal browser. This includes display properties such as nav...")
- 19:11, 8 December 2012 (diff | hist) . . (-1) . . Change Proxy
- 19:06, 8 December 2012 (diff | hist) . . (-1) . . Change Proxy (→Example)
- 19:05, 8 December 2012 (diff | hist) . . (-1) . . Change Proxy
- 19:03, 8 December 2012 (diff | hist) . . (+1,115) . . N Change Proxy (Created page with "$Change Proxy is a Settings Command. This command will use whatever proxy you place into it. Proxies should be the format of ip:port When working with ...")
- 18:24, 8 December 2012 (diff | hist) . . (+323) . . N Clear Cookies (Created page with "$Clear Cookies is a Settings Command. This command will clear the cookies for whatever website you visit. == Example == <pre> clear cookies navigate("...")
- 18:08, 8 December 2012 (diff | hist) . . (+24) . . Settings Commands
- 18:24, 7 December 2012 (diff | hist) . . (+80) . . Browser Commands (→Browser Commands)
- 18:20, 7 December 2012 (diff | hist) . . (+496) . . N Save Browser Image (Created page with "This command will take a screenshot of your current webpage and save it to a chosen location on your computer. Save Browser Image is a Browser Command. ...")
- 18:11, 7 December 2012 (diff | hist) . . (+328) . . N Run Javascript (Created page with "This command runs javascript code. Run Javascript is a Browser Command. == Example == <pre> run javascript("document.write(\"Hello Dolly!\");") </pre> ...")
- 17:54, 7 December 2012 (diff | hist) . . (+23) . . Load Html
- 17:52, 7 December 2012 (diff | hist) . . (+439) . . N Load Html (Created page with "This command will display whatever html code you place inside it in the browser window. Load html is a Browser Command. == Example == <pre> load html...")
- 17:41, 7 December 2012 (diff | hist) . . (+460) . . N Close Page (Created page with "This command closes the current page within a browser. Close Page is a Browser Command. The command can be used in the In New Browser command to close...")
- 17:25, 7 December 2012 (diff | hist) . . (+668) . . N Download File (Created page with "This command will download a file from the url location you provide that has a file for downloading. Download File is a Browser Command. The browse butto...")
- 17:08, 7 December 2012 (diff | hist) . . (+206) . . Main Page
- 16:58, 7 December 2012 (diff | hist) . . (+67) . . Settings Commands (→List of Settings Commands)
- 16:56, 7 December 2012 (diff | hist) . . (+64) . . File Commands (→List of File Commands)
- 16:54, 7 December 2012 (diff | hist) . . (0) . . m File Commands (LillyT moved page System Commands to File Commands without leaving a redirect: System commands are now File Commands)
- 16:53, 7 December 2012 (diff | hist) . . (+30) . . File Commands
- 16:53, 7 December 2012 (diff | hist) . . (-32) . . Browser Commands (→Browser Commands)
- 16:52, 7 December 2012 (diff | hist) . . (-2) . . File Commands (→List of System Commands)
- 16:46, 7 December 2012 (diff | hist) . . (-22) . . Main Page
- 16:44, 7 December 2012 (diff | hist) . . (+17) . . Save Element Image
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)