Hi Shweta, Index property will not visible to you. Just use it as a supporting property along with other property.
Index values for each tab should be 1- first tab 2- Second tab 3- Third tab like that In IE developer tool bar, click on show-read-only properties check box and you can see various other properties of the tabs. In that, you can see, Inner text, Outer text properties. Use ie.link(:innerText=>"tab name", :index=> 1).click Note: Change the index property from 1 to 4 or more till the tab is identified This code will surely help. Coz, i have resolved different types of tab clicks in my projects. If you still have the problem let me know. Regards Siva Phaneendra Krapa --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to watir-general-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---