How do you get data from Web Table?
Answer / 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 |
What programming language is best for writing selenium tests?
What are the technical limitations while using selenium rc?
How to skip a method or a code block in testng?
How many types of webdriver api's are available in selenium?
Mention when to use autoit?
How recorded command can be edited in ide?
What is a hub in selenium grid?
What is difference between @factory and @dataprovider annotation?
What is page factory?
What is a node in selenium grid?
How to insert a breakpoint in selenium ide?
How you are integrating cucumber feature files with step files?