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 the challenges with selenium ide?
How do I start the browser using WebDriver?
While injecting capabilities in webdriver to perform tests on a browser which is not supported by a webdriver what is the limitation that one can come across?
What is the difference between find element and find elements?
@timeouts ||= Timeouts.new(@bridge) what does it mean?
What are the advantages of rc?
What programming languages are you able to use in selenium rc?
List out the test types that are supported by selenium?
Explain how selenium grid works?
What is object repository in selenium webdriver?
What is Selenese?
How you can handle colors in web driver?
What is webdriver wait in selenium webdriver?
How can we handle web-based pop-up?
What You Know About Selenium Grid?