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

When to use assert, verify and waitfor in selenium?

0 Answers  


How will you use selenium to upload a file?

0 Answers  


How to invoke an application in webdriver?

1 Answers  


Can captcha and bar code reader be automated by using selenium?

0 Answers  


How can we clear a text written in a textbox?

0 Answers  






Define selenium 2.x?

0 Answers  


What is soft assertion in selenium?

0 Answers  


What is the use of javascriptexecutor?

0 Answers  


What are the advantages of rc?

0 Answers  


How you are integrating cucumber feature files with step files?

0 Answers  


What is the selenium's recording language?

0 Answers  


What are the significant changes/upgrades in various selenium versions?

0 Answers  


Categories