Browser Commands
From UBot Studio
(Difference between revisions)
(Created page with "The '''Browser Commands''' allow you to interact with your browser for better control over processes. == Browser Commands == *Navigate: Navigates the browser to a url *...") |
(→Browser Commands) |
||
Line 16: | Line 16: | ||
*[[Shell]]: Runs an executable | *[[Shell]]: Runs an executable | ||
+ | |||
+ | *[[Type text|Type Text]]: Types text into a browser | ||
+ | |||
+ | *[[Click]]: Clicks and element within the browser | ||
+ | |||
+ | *[[Change Dropdown]]: Changes the selected item in a drop down | ||
+ | |||
+ | *[[Change Checkbox]]: Checks and unchecks a check box | ||
+ | |||
+ | *[[Mouse Over]]: This will mouse over a specified element | ||
+ | |||
+ | *[[Change Attribute]]: changes any attribute on an html element | ||
+ | |||
+ | *[[Change File Field]]: selects a file form a file field | ||
+ | |||
+ | *[[Focus]]: changes the browser's focus to a specific element | ||
+ | |||
+ | *[[Scrape Table]]: Scrapes an html table element into a UBot table ''(Professional and Developer Editions Only)'' | ||
+ | |||
+ | *[[Save Element Image]]: saves the image of an element |
Revision as of 16:38, 7 December 2012
The Browser Commands allow you to interact with your browser for better control over processes.
Browser Commands
- Navigate: Navigates the browser to a url
- Download File: Downloads a file
- Close Page: Closes the current page within a browser
- Load Html: displays the given html in a browser
- Run Javascript: Runs javascript code
- Save Browser Image: Saves a screenshot of the current page
- Shell: Runs an executable
- Type Text: Types text into a browser
- Click: Clicks and element within the browser
- Change Dropdown: Changes the selected item in a drop down
- Change Checkbox: Checks and unchecks a check box
- Mouse Over: This will mouse over a specified element
- Change Attribute: changes any attribute on an html element
- Change File Field: selects a file form a file field
- Focus: changes the browser's focus to a specific element
- Scrape Table: Scrapes an html table element into a UBot table (Professional and Developer Editions Only)
- Save Element Image: saves the image of an element