Scrape Table
From UBot Studio
(Difference between revisions)
(Created page with "This command is part of the Action Commands for the Professional Edition. Scrape Table Scrapes an html table element into a UBot table. You simply drag this command into ...") |
Revision as of 22:16, 12 November 2012
This command is part of the Action Commands for the Professional Edition. Scrape Table Scrapes an html table element into a UBot table. You simply drag this command into the scripting area and choose an item within the table using the element selector option. (See "The Selectors" for more information).
Example
navigate("http://www.w3schools.com/html/html_tables.asp", "Wait") scrape table(<innertext="Apples">, &my table)
Running the script will cause the browser to navigate to the specified website and scrape the table on the website to a ubot table.