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 |
Different types of synchronization
Which files can be used as data source for different frameworks?
What is the difference between “/” and “//” in xpath?
What do you mean by xpath?
List out different types of locators?
How to use frame elements in Selenium on a page?
What is object repository? How can we create an object repository in selenium?
What is htmlunitdriver?
How to locate a link using its text in selenium?
What will be the limits of selenium?
How to take screenshots in selenium webdriver?
Tell me how you can find broken images in a page using selenium web driver?