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 |
What are the significant changes/upgrades in various selenium versions?
Which webdriver implementation claims to be the fastest?
What is the architecture of selenium rc?
What are the junits annotation linked with selenium?
How to capture bitmaps in selenium?
Explain why to choose python over java in selenium?
How can I read test data from excels?
Explain how you can capture server side log selenium server?
If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
How to capture the screenshot of failed testcase only among a set of testcases?
Explain what is assertion in selenium and what are the types of assertion?
Tell us how many exceptions do you know in selenium webdriver?