Selenium Questions
Selenium Questions
Selenium Problems:
1. Write a script to open a browser, launch an application (ex: facebook), identify a text box & key in a value,
identify a dropdown & pick a value from dropdown.
2. Write a script to launch an application in 3 different browsers (chrome, IE & Firefox) based on user’s choice &
ensure that you had to wait till all fields are loaded in the page
3. Write a script to open a browser, launch an application1, then move on to another application2, come to
application1 again and move on to application 2 again
4. Write a script to print the title & url of the web page and name of the tag & text from that tag
5. How can we handle Web-based Pop-ups or Alerts in Selenium?
6. How to select a value in a dropdown?
7. How to input text in the text box without calling the sendKeys()?
8. How to get a text of a web element?
9. How to get an attribute value using Selenium WebDriver?
10. How to submit a form using Selenium WebDriver?
11. How to press ENTER key on text box In Selenium WebDriver?
12. How to mouse hover on a web element using WebDriver?
13. How to handle hidden elements in Selenium WebDriver?
14. How to find more than one web element in the list?
15. How to read a JavaScript variable in Selenium WebDriver?
16. How To Scroll Web Page Down or UP using Selenium WebDriver?