Fetching table format data from chrome
Hi All, I want to fetch table format data from web using chrome. Table has 9 rows and 3 columns. I used Active Acessibilty for spying and using getTable, I am getting 9 rows but only one column. three columns data is getting merged to single column. ...