Does Selenium WebDriver for Java require some sort of IDE like Eclipse in order to run?
问题 In the Selenium Tutorial on Guru99 in the WebDriver installation tab (http://www.guru99.com/installing-selenium-webdriver.html), one of the installation steps says to install the Eclipse IDE. I was wondering if I could get around that and just run Selenium WebDriver for Java without using any sort of IDE. 回答1: You don't require any IDE to run your selenium scripts.. however using IDE like eclipse will make your work easier and faster 回答2: There are two things: Designing the Selenium scripts: