Posts by dsbonafe • 11 points
1 post
-
1
votes0
answers577
viewsQ: Selenium opening two browsers even I instantiating only one
Galley, I am using Cucumber with Selenium in JAVA. I have the following problem: every step I do: private WebDriver driver; @Before public void before(){ driver = new FirefoxDriver(); }…