How to run a Chromium Browser with Selenium?
问题 Is it possible to run a Selenium test in Chromium Browser (not Google Chrome Browser)? My GoogleDrive location: My Chromium location: FYI: I am using Java My code ( for the moment I am run FirefoxDriver(gecko): import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class MainClass { public static void main (String[] args){ System.setProperty("webdriver.gecko.driver", "C:\\Users\\User\\IdeaProjects\\testselenium\\drivers\\geckodriver.exe"); WebDriver