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 is the wait?
What are the advantages of page object model framework?
What are the different Selenium components?
Do you know a way to refresh the browser by using selenium?
What is the difference between single slash (/) and a double slash ( //) in xpath?
What is the firefoxdriver, class or an interface? And which interface does it implement?
Is selenium server needed to run selenium webdriver scripts?
What is the difference between find element and find elements?
How you can debug the tests in selenium ide?
What is the main difference between web-driver and rc?
How to send alt/shift/control key in selenium webdriver?
What are testing types supported by selenium?