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 |
Write a code snippet to launch firefox browser in webdriver.
In selenium ide how you can generate random numbers and dates for test data?
What is the use of @listener annotation in testng?
How many exemptions do you know in selenium webdriver?
What is page factory?
How do you handle frames
What kind of testing does selenium support?
i am a 2013 BE and 2015 M.tech passed out.i have taken course in manual testing with selenium automation.i have confident that, i have required technical knowledge in manual as well as automation.now my problem is whether to go as fresher or keep 3 years of experiance.there are very few interviews to call 2013 b.tech and no calls for M.tech...!!is it make any problem, if i keep fake.please let me clear my doubt
Write a code snippet to launch internet explorer browser in webdriver.
Using selenium how can you handle network latency?
Can you use Selenium to test the Rest API or Web services?
How to enter text in the HTML text box without invoking the SendKeys ()?