Firefox

How to launch Firefox Browser using Selenium ?

package SeleniumLearn.COM;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeTest;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.annotations.AfterTest;

Subscribe to RSS - Firefox