How do you get data from Web Table?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are selenium 1 and selenium 2?

582


What is intellij?

568


Explain me what are the main advantages of selenium?

544


Can we edit recorded selenium ide test cases?

569


Explain why to choose python over java in selenium?

558






Mention when to use autoit?

607


Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.

3864


What does a right-pointing green triangle at the beginning of a command in side indicate?

1101


What’s the difference between borland silk evaluation and selenium?

587


How we handle pop-up web-based ?

647


What are the limitations of selenium?

535


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

559


How to select a value in a dropdown?

633


Explain xpath.

637


What kind of mouse actions can be performed in selenium?

552