$Html from table

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with " This function is an Advanced Table function. The function generates html for a given table. '''Table:''' Table the html will be generated for == Example == <pre> navig...")

Revision as of 17:58, 6 June 2015

This function is an Advanced Table function. The function generates html for a given table.

Table: Table the html will be generated for

Example


navigate("http://www.w3schools.com/html/html_tables.asp","Wait")
wait(8)
scrape table(<innertext="First Name">,&my table)
load html($html from table(&my table))
set(#mytablecells,$html from table(&my table),"Global")


Running the command will scrape a table, navigate to the specified url, and fill the specified field with the first table cell item. The script within the With Every Table Cell command will repeat for each table cell item on the table, and stop once it reaches the end of the table.


Htmltable.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox