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

What is pom (page object model)?

0 Answers  


How can I learn to automate testing using selenium?

0 Answers  


How many exemptions do you know in selenium webdriver?

0 Answers  


How to export the tests from selenium ide to selenium rc in different languages?

0 Answers  


How to pass parameters using testng.xml?

0 Answers  






what is the difference between keys.enter and keys.return in selenium? i have used both and both performed enter.

1 Answers   JPMorgan Chase, Tech Mahindra,


How can we get a text of a web element?

0 Answers  


Explain how you can find broken images in a page using selenium web driver?

0 Answers  


How to write selenium code for purchasing product from amazon

0 Answers  


What evaluation can selenium do?

0 Answers  


What is the selenese command to show the value of a variable in the log file?

0 Answers  


What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?

0 Answers  


Categories