In Selenium, to automate browser interactions, testers use the _______ to write test scripts.

  • JUnit
  • Maven
  • TestNG
  • WebDriver
Selenium provides a tool named WebDriver, which allows testers to write scripts that can automate browser interactions. WebDriver provides a simple API to interact with browsers, making it easier for testers to create automation scripts for web applications without having to know intricate browser details.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *