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 export selenium ide test suite to selenium rc suites?

0 Answers  


What api is required for database testing in selenium webdriver?

0 Answers  


How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?

0 Answers  


Tell me how you can capture server side log selenium server?

0 Answers  


How can you find if an element in displayed on the screen?

0 Answers  






How to perform right click using webdriver?

0 Answers  


How can we handle windows based pop up?

0 Answers  


Mention what are the capabilities of selenium webdriver or selenium 2.0?

0 Answers  


in real time , which framework is used ? is it datadriven or keyword or hybrid ?? please answer

2 Answers   Cap Gemini,


When do you use selenium grid?

0 Answers  


What is difference between / & //

1 Answers  


How you will switch from one frame to another?

0 Answers  


Categories