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 set the size of browser window using selenium?
How to configure selenium web driver in eclipse?
What is selenium 1.0?
What is automation testing?
How to scroll web page down or up using selenium webdriver?
What are some commonly encountered exceptions in selenium?
How do you achieve synchronization in webdriver?
Differentiate between ‘/’ and ‘//’.
What is the difference between page object model (pom) and page factory?
How is assert command different from verify command?
how to upload file other than autoit
How to mouse hover an element in selenium?