I'm trying to download selenium web driver using eclipse and I am on the final step and successfully imported web driver, however, when I attempt to do the same for firefox I don't get the import option. Any Suggestions? Is there anything wrong with the code below?
Code:
package webdriver_project;
import org.openqa.selenium.WebDriver;
public class webdriver_module_1 {
public static void main(String[] args) {
WebDriver driver = new firefoxDriver();
}
}
Aucun commentaire:
Enregistrer un commentaire