$Html from table
From UBot Studio
(Difference between revisions)
(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...") |
|||
Line 5: | Line 5: | ||
== Example == | == Example == | ||
+ | |||
<pre> | <pre> | ||
Line 16: | Line 17: | ||
− | Running the command will | + | Running the command will generate html for the given table. The html is then used to load an organized table within the browser with the [[Load Html]] command. |
− | + | ||
[[File:htmltable.jpg]] | [[File:htmltable.jpg]] |
Latest revision as of 18:02, 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
[edit] 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 generate html for the given table. The html is then used to load an organized table within the browser with the Load Html command.