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
How do you send enter/tab keys in webdriver?
In selenium what are breakpoints and startpoints?
What are testing types supported by selenium?
Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?
How to find whether an element is displayed on the web page?
How can we fetch a text written over an element?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?
How to use frame elements in Selenium on a page?
Tell me could cookies be deleted in selenium?
What you say in regards to the flexibility of selenium test suite?
Describe the purpose of xpath.
How you can debug the tests in selenium ide?
Mention what are the capabilities of selenium webdriver or selenium 2.0?
How to scroll down a page using javascript in selenium?
What is an explicit wait in selenium?