无法通过selenium web驱动程序在Firefox中运行我的程序

时间:2016-07-12 13:34:00

标签: java automated-tests

每当我尝试通过firefox浏览器运行我的程序时,默认情况下skype扩展会启动并在控制台中出现此错误。

45000 ms后无法在端口7055上连接到主机127.0.0.1。

请帮我解决这个问题

package practice;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;

public class makemytrip {

    public static void main(String[] args)
    {
        WebDriver driver = new FirefoxDriver();
        driver.get("https://www.makemytrip.com/") ;
    }
}

1 个答案:

答案 0 :(得分:0)

尝试删除/禁用Firefox中安装的任何Skype扩展程序。 如果问题仍然存在,请尝试搜索“Skype点击呼叫”分机,然后从“控制”面板中取消安装。

希望这对你有用!!