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 is the difference between “type” and “type and wait for” command?
How to mouse hover on a web element using webdriver?
Which are the operating systems supported by selenium?
Can you write the code to double click an element in selenium?
What is the difference between driver.getwindowhandle() and driver.getwindowhandles() in selenium?
How does testng allow you to state dependencies?
Explain me how many types of webdriver apis are available in selenium?
What are various ways of locating an element in selenium?
Tell me what kind of mouse actions can be performed in selenium?
What is the purpose of creating a reference variable- ‘driver’ of type
Explain dataproviders in testng ?
From selenium ide how you can execute a single line?
How do you handle alert popup?
What are the significant changes in upgrades in various selenium versions?
What are the different components in selenium?