top of page

Selenium Basic Interview Questions

  • Writer: QA Vault
    QA Vault
  • May 3
  • 1 min read

  1. What is Selenium?
  2. What are the components of Selenium?
  3. What is Selenium WebDriver?
  4. Difference between findElement() and findElements()?
  5. How do you launch a browser using Selenium WebDriver?
  6. What are locators in Selenium?
  7. What is the difference between XPath and CSS Selector?
  8. What is implicit wait vs explicit wait?
  9. How to handle dropdowns in Selenium?
  10. How to handle alerts/popups in Selenium?
  11. What is driver.quit() vs driver.close()?
  12. Can Selenium automate desktop apps or mobile apps?
  13. How do you take a screenshot in Selenium?
  14. What is Page Object Model (POM)?
  15. How do you handle dynamic elements?
  16. What are some limitations of Selenium?
  17. How do you switch between browser tabs in Selenium?
  18. How do you switch to a frame in Selenium?
  19. How to get the current URL in Selenium?
  20. How to get the page title in Selenium?
  21. How do you perform mouse hover in Selenium?
  22. How do you handle file upload in Selenium?
  23. How do you maximize the browser window in Selenium?
  24. What is the use of Actions class in Selenium?
  25. How can you perform right-click using Selenium?
  26. How to scroll down in a web page using Selenium?
  27. How to refresh a page in Selenium?
  28. What are DesiredCapabilities in Selenium?
  29. What is the use of JavaScriptExecutor in Selenium?
  30. What is Fluent Wait in Selenium?

Recent Posts

See All

Comments


© 2035 by QAVault. Powered and secured by Wix 

bottom of page