How do you get data from Web Table?



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

Post New Answer

More Selenium Interview Questions

How to set the size of browser window using selenium?

0 Answers  


How to configure selenium web driver in eclipse?

0 Answers  


What is selenium 1.0?

0 Answers  


What is automation testing?

0 Answers  


How to scroll web page down or up using selenium webdriver?

0 Answers  


What are some commonly encountered exceptions in selenium?

0 Answers  


How do you achieve synchronization in webdriver?

0 Answers  


Differentiate between ‘/’ and ‘//’.

0 Answers  


What is the difference between page object model (pom) and page factory?

0 Answers  


How is assert command different from verify command?

0 Answers  


how to upload file other than autoit

4 Answers   Collabera,


How to mouse hover an element in selenium?

0 Answers  


Categories