How do you get data from Web Table?
Answer / 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 |
Name the different types of waits in webdriver.
For database testing in selenium webdriver what api is required?
What kind of testing does selenium support?
What are the important features of selenium ide?
How can we move to nth child element using css selector?
What are the features of testng and list some of the functionality in testng which makes it more effective?
What is selenium webdriver?
What are the benefits of automation testing?
How to submit a form using selenium webdriver?
How can you insert a start point in selenium ide?
What is parameterized testing in testng?
How does you use mouse over actions