51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2498|回复: 12
打印 上一主题 下一主题

selenium打不开火狐浏览器

[复制链接]
  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    跳转到指定楼层
    1#
    发表于 2017-6-28 13:16:19 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
    我的代码如下:
    package cn.gloryroad;

    import org.openqa.selenium.*;

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

    public class FirstWebDriverDemo {
           
            public static void main(String[] args){
                    WebDriver driver;
                    String baseUrl;
                   
                    System.setProperty
                    ("webdriver.gecko.driver", "D:\\Tools\\geckodriver.exe");
            /*
                    System.setProperty
                    ("webdriver.firefox.bin", "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe");
                    */
                    driver = new FirefoxDriver();
                    baseUrl ="http://www.sogou.com/";
                   
                    driver.get(baseUrl + "/");
                   
                    driver.findElement(By.id("query")).sendKeys("光荣之路自动化测试");
                   
                    driver.findElement(By.id("stb")).click();
            }

    }

    error如下:
    1498620765532        geckodriver        INFO        Listening on 127.0.0.1:21490
    六月 28, 2017 11:32:45 上午 org.openqa.selenium.remote.ProtocolHandshake createSession
    信息: Attempting bi-dialect session, assuming Postel's Law holds true on the remote end
    1498620765864        geckodriver::marionette        INFO        Starting browser C:\Program Files (x86)\Mozilla Firefox\firefox.exe with args ["-marionette"]
    1498620776579        Marionette        INFO        Listening on port 4899
    六月 28, 2017 11:32:57 上午 org.openqa.selenium.remote.ProtocolHandshake createSession
    信息: Falling back to original OSS JSON Wire Protocol.
    六月 28, 2017 11:32:57 上午 org.openqa.selenium.remote.ProtocolHandshake createSession
    信息: Falling back to straight W3C remote end connection
    Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session. desired capabilities = Capabilities [{marionette=true, firefoxOptions=org.openqa.selenium.firefox.FirefoxOptions@5cb9f472, browserName=firefox, moz:firefoxOptions=org.openqa.selenium.firefox.FirefoxOptions@5cb9f472, version=, platform=ANY}], required capabilities = Capabilities [{}]
    Build info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:48:19 -0700'
    System info: host: 'SH-ESBU-DCL', ip: '172.28.19.83', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0'
    Driver info: driver.version: FirefoxDriver
            at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:91)
            at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:141)
            at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
            at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:601)
            at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:241)
            at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:128)
            at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:259)
            at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:247)
            at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:242)
            at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:238)
            at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:127)
            at cn.gloryroad.FirstWebDriverDemo.main(FirstWebDriverDemo.java:19)
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    13#
     楼主| 发表于 2017-7-5 17:26:19 | 只看该作者
    dai~zi 发表于 2017-7-4 09:58
    还是版本不兼容啊

    哈哈,是啊
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2018-2-1 08:40
  • 签到天数: 152 天

    连续签到: 1 天

    [LV.7]测试师长

    12#
    发表于 2017-7-4 09:58:12 | 只看该作者
    Daisy_dai 发表于 2017-6-29 13:34
    已经解决了,我将firefox的版本从54降到了39。已经可以了
    谢谢大家的回复

    还是版本不兼容啊
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    11#
     楼主| 发表于 2017-6-29 13:34:37 | 只看该作者
    已经解决了,我将firefox的版本从54降到了39。已经可以了
    谢谢大家的回复
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    10#
    发表于 2017-6-29 10:47:57 | 只看该作者
    本帖最后由 kexinqw11 于 2017-6-29 10:56 编辑

    是不是还要个gecko 的driver
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    9#
     楼主| 发表于 2017-6-28 16:48:09 | 只看该作者
    104~牛牛 发表于 2017-6-28 14:53
    如果是版本浏览器不支持,可以参考该网址对应的解决办法http://www.cnblogs.com/heting/p/6053491.html

    谢谢,但是不行
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2022-7-23 11:23
  • 签到天数: 316 天

    连续签到: 1 天

    [LV.8]测试军长

    8#
    发表于 2017-6-28 14:53:02 | 只看该作者
    如果是版本浏览器不支持,可以参考该网址对应的解决办法http://www.cnblogs.com/heting/p/6053491.html
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    7#
     楼主| 发表于 2017-6-28 14:49:50 | 只看该作者
    Real_小T 发表于 2017-6-28 13:51
    我给你几个国外网友的回答你可以各自试一下:
    1.this issue is solved with geckodriver 0.15 and seleniu ...

    谢谢,不过不好使,还是不行
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    6#
     楼主| 发表于 2017-6-28 14:44:22 | 只看该作者
    菜鸟@大虾 发表于 2017-6-28 13:40
    参考下这篇自己学习https://stackoverflow.com/questions/40172788/unable-to-create-new-remote-session

    谢谢,这上面的没有解决我的问题,还是不行呢
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    郁闷
    2017-12-13 10:06
  • 签到天数: 90 天

    连续签到: 2 天

    [LV.6]测试旅长

    5#
     楼主| 发表于 2017-6-28 14:43:43 | 只看该作者
    清晨一缕阳光 发表于 2017-6-28 13:43
    selenium的版本与火狐浏览器的版本不兼容导致的

    谢谢你的回答。不过我的selenium是3.0.1 火狐是54.0的 这两个不兼容吗?你有什么建议吗?谢谢
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2024-7-10 10:58
  • 签到天数: 194 天

    连续签到: 1 天

    [LV.7]测试师长

    4#
    发表于 2017-6-28 13:51:04 | 只看该作者
    我给你几个国外网友的回答你可以各自试一下:
    1.this issue is solved with geckodriver 0.15 and selenium 3.3 version.
    2.This can work out of the box without the desired capability settings. Go to internet options>>Security, click on:'Reset all zones to default level and after that, ensure that the 'Enable protected mode' checkbox is ticked for all the four zones.
    3.First, check your default zoom level in Internet Explorer. If it's not 100% then do the following steps:

    Open Internet Explorer.
    Press Alt + X and then click on Internet Options.
    Click on the Advanced tab.
    Place a check mark on "Reset Zoom level for new Windows and tab"
    Press Apply and ok.
    Close and open Internet Explorer window and check if the Default Zoom is set to 100 %.
    Once you have done with above steps, add following lines in your code:

    DesiredCapabilities cap = new DesiredCapabilities();
    cap.setCapability(InternetExplorerDriver.IE_ENSURE_CLEAN_SESSION, true);
    Now run your program and it should work.

    Hope it will help!!

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 积极回复获得测试积点10 赶快去商城换取奖.

    查看全部评分

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    擦汗
    2024-11-1 14:56
  • 签到天数: 1182 天

    连续签到: 1 天

    [LV.10]测试总司令

    3#
    发表于 2017-6-28 13:43:52 | 只看该作者
    selenium的版本与火狐浏览器的版本不兼容导致的
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2018-5-3 18:09
  • 签到天数: 2 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2017-6-28 13:40:28 | 只看该作者
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-9 04:39 , Processed in 0.078735 second(s), 24 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表