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
What are selenium 1 and selenium 2?
What is intellij?
Explain me what are the main advantages of selenium?
Can we edit recorded selenium ide test cases?
Explain why to choose python over java in selenium?
Mention when to use autoit?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
What does a right-pointing green triangle at the beginning of a command in side indicate?
What’s the difference between borland silk evaluation and selenium?
How we handle pop-up web-based ?
What are the limitations of selenium?
How to export the tests from selenium ide to selenium rc in different languages?
How to select a value in a dropdown?
Explain xpath.
What kind of mouse actions can be performed in selenium?