What is selenium?
Answer / anshul
Selenium is nothing but it is a set of jars which consist of .class file and interface and other words selenium is a automation tool where we can detect the defects and find the defects.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of locators are there in selenium?
What types of cases can be automated with Selenium?
How to submit a form using selenium webdriver?
Does selenium support mobile internet testing?
Tell me how you can capture server side log selenium server?
What is the syntax of finding elements by id using css selector?
What does a right-pointing green triangle at the beginning of a command in side indicate?
What is the main disadvantage of implicit wait?
What is the difference between driver.close() and driver.quit() methods?
What are some of the different ways to find an element using selenium as a tool?
How can we find the value of different attributes like name, class, the value of an element?
When to use assert, verify and waitfor in selenium?