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 |
List the different testing types supported by selenium.
Explain the difference between implicit wait and explicit wait.?
How to insert a start point in selenium ide?
List some of the common automation frameworks.
What does a single “/” bar in XPath do?
What is selenium 3.0?
What are the verification points available in selenium?
How to select a value from a drop-down?
Explain the difference between assert and verify commands?
Which of the selector ID, name, XPath or CSS should I use?
What is selenium 2.0?
Can we enter text without using sendkeys()?