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 |
Do you know a way to refresh browser by using selenium?
Mention what is intellij?
How can it be found if an item is displayed on the screen?
Does the selenium have any limitations?
How can we deal with web-based pop-up?
Which is the super interface of webdriver?
What is junit annotations and what are different types of annotations which are useful?
Explain me what could be the cause of selenium webdriver test to fail?
How to check if a button is enabled on the page?
Give ide's main parts and components?
How does one execute java scripts function in selenium?
How to perform right click using selenium webdriver?