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 |
how can you retrive the message in an alert box?
What are the technical limitations while using selenium rc?
Which web driver implementation is fastest?
Tell me do you know a way to refresh browser by using selenium?
How do you add check points or verification points in selenium?
What is the difference b/w close () and quit ()?
How to clear the text in the text box using selenium webdriver?
How do you simulate browser back and forward?
What are the challenges in handling ajax call in selenium webdriver?
Does the selenium ide have any drawbacks?
What is desired capabilities?
Explain me how to check a checkbox in selenium?