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 a keyword driven framework?

0 Answers  


Does the selenium have any limitations?

0 Answers  


Explain how to iterate through options in test script?

0 Answers  


When should one use selenium grid?

0 Answers  


How can we move to nth child element using css selector?

0 Answers  






What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?

0 Answers  


Explain how you can handle colors in web driver?

0 Answers  


How to click on a hyper link using linktext?

0 Answers  


How to insert a breakpoint in selenium ide?

0 Answers  


Is there a way to refresh browser using selenium?

0 Answers  


How to check a Selenium checkbox?

0 Answers  


While using click command can you use screen coordinate?

0 Answers  


Categories