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 are the challenges in handling ajax call in selenium webdriver?

0 Answers  


How you can insert a break point in selenium ide?

0 Answers  


What is regular expressions? How you can use regular expressions in selenium?

0 Answers  


How could ajax controls be handled in webdriver?

0 Answers  


how to Handle dropdown?

2 Answers   Cryptopy Technologies,






List the different types of drivers available in web drivers.

0 Answers  


What are the main advantages of automation testing?

0 Answers  


How you can use “submit” a form using selenium?

0 Answers  


In which format does source view shows your script in selenium ide?

0 Answers  


What is selenium webdriver or google webdriver or selenium 2.0?

0 Answers  


Explain in selenium ide how can you debug the tests?

0 Answers  


How can we find the value of different attributes like name, class, the value of an element?

0 Answers  


Categories