Hi,
I have three TABS but these three tabs are in one Cell, now i want to click on different tabs ar per need basis, one way is to hard code the position of each tab which i dont want to do, other way is to search the Text and click it, but as i mentioned these tabs are in one Cell i am unable to write down a routine which can search the text inside the cell and click on it. I have tried page.FindChild("innerText","Text",100), page.FindChild("NativeWebObject.innerText","text",100) but nothing worked.
Thanks for your help!