thanks ashish
I am to fetch only visible rows.
But i do not want fetch /td those having blank space " ".
I have tried xpath like
eg://tr[@validrow='true']/td[not(text()=' ')]
But its not working..
How i am able to fetch only /td those having text except blank space " ".
Regards,
Abhishek