-2

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.

The Hungry Dictator
  • 3,444
  • 5
  • 37
  • 53
swapnil
  • 11
  • 1

1 Answers1

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