javascript - Scrape/Retrieve Data from Data Grid - DOM to CSV console output -


i want scrape cell widgets -> data grid on page: http://samples.gwtproject.org/samples/showcase/showcase.html#!cwdatagrid

ideally looking csv style string output (first line , last line example)

;corey;jenkins;63;coworkers;438 techwood st; .... (many rows here) ;yvonne;morris;55;family; 483 third pkwy; 

(i working firefox)

not sure whether trying build site scraper on gwt website. in above example each of row has identifying attribute across each of grid rows represented tr tags. first tr tag have __gwt_row="0" __gwt_subrow="0".

you have cell attributes of type __gwt_cell="cell-gwt-uid-29"

the above 2 attributes on row , cell should allow xpath lookup , iteration scrape page , output csv file.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -