I am trying to get html table data from this website and save it in .csv file but I can't do it by using sahi automation tool and java script coz table id is not given.
Asked
Active
Viewed 194 times
-2
-
1Please post what you have tried so far. – Deepak Rai Mar 03 '14 at 05:35
-
http://www.tutiempo.net/en/Climate/India/IN.html from this site I have to save climate record table in .csv format but table ID is not given – swapnil Mar 03 '14 at 05:49
1 Answers
0
If you want to access a table without any attributes which make it unique, you can use relational accessors: http://sahi.co.in/w/browser-accessor-apis You could e.g. access the table with
_table($index, _in($someUniqueElement));
Regards Wormi

globalworming
- 757
- 1
- 5
- 33