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 to export selenium ide test suite to selenium rc suites?
What api is required for database testing in selenium webdriver?
How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?
Tell me how you can capture server side log selenium server?
How can you find if an element in displayed on the screen?
How to perform right click using webdriver?
How can we handle windows based pop up?
Mention what are the capabilities of selenium webdriver or selenium 2.0?
in real time , which framework is used ? is it datadriven or keyword or hybrid ?? please answer
When do you use selenium grid?
What is difference between / & //
How you will switch from one frame to another?