Answer Posted / raam
normally table tag represent html tag,tbody denotes contents of webtable..
tr-->row of table
td or th ----->column of table
to get the contents of table we can use the xpath/or suitable locating process
//[@name=username]/table(index)/tbody/tr(index)/td(index)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain how to iterate through options in test script?
What is selenium-rc (remote control) ?
What happen if you mix both implicit wait and explicit wait in a selenium script?
Mention what is intellij?
Define selenium 2.x?
What are startpoints and breakpoints in selenium?
Tell me what you know about selenium?
What are the different mouse actions that can be performed?
What is webdriver wait in selenium webdriver?
From your test script how you can create html test report?
What is the purpose of creating a reference variable- ‘driver’ of type
How to download a file in selenium webdriver?
How to verify if the checkbox/radio is checked or not?
My application uses ajax heavily how do I use selenium rc to work with ajax operations?
Tell us how you can use recovery scenario with selenium?