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 |
How to login into any site if it is showing an authentication pop-up for username and password?
What is the difference between setspeed() and sleep() methods?
What are the different Exceptions in selenium?
How to check the checkbox or radio button is selected?
What do you know about selenium?
What is the main difference between web-driver and rc?
What is the difference between getwindowhandles() and getwindowhandle()?
What do you mean by xpath?
What is an XPath?
What programming languages does Selenium use?
Explain selenium waitfor commands ?
How to scroll down a page using javascript in selenium?