Selenium WebDriver-无法连接到Mozilla geckodriver

时间:2019-03-05 10:55:41

标签: selenium-webdriver cucumber ruby-on-rails-5 geckodriver

自从我上次设置Centos 7服务器以来,我再也无法运行自动化案例了,这与Bitbucket存储库配合得很好,并且我克隆了确切的存储库,这次无法运行,请问是否你可以帮忙吗?

我的宝石文件如下:

cc_binary(
    name = "libfoo.so",
    srcs = [...],
    hdrs = [...],
    linkshared = 1,
    #linkstatic = 1 # This is the default, you don't need to add this.
)

我已经尝试过[change log] [1]到3.12.0的所有版本,但是每次仍然出现相同的错误,如下所示:

   public class ABC extends CDE implements EFG {
        public String testValue;
        public String anotherValue;


        public void firstMethod(String valueOne, String valueTwo) {
             // do whatever you wish with testValue and anotherValue
        }

        public void readMethod() {        
            // here you have access to both variables        
        }

    }

已经过了半天了,但是找不到合适的解决方案。

谢谢!

1 个答案:

答案 0 :(得分:0)

可能有用,当两周后捆绑更新更新了一些宝石,然后成功启动了Chrome和Frirefox浏览器时,我得到了解决方案。