New session opens with some url by default | Selenium Forum
M
Posted on 04/09/2016
Hi, Could you please help me with below issue.
When I write below code and run it, new firefox session opens with 2 tabs on it and second tab automatically opens https://support.skype.com/en/faq/FA34612/what-is-the-skype-extension

code:

public class Test3 {

public static void main(String[] args) {

WebDriver driver = new FirefoxDriver();
}
}

M
Replied on 05/09/2016

http://stackoverflow.com/questions/30474382/how-to-disable-skype-extension-through-selenium-webdriver