量角器卡在“位置”;使用位于的selenium服务器http://..."

量角器卡在“位置”;使用位于的selenium服务器http://...",selenium,angular,selenium-webdriver,protractor,Selenium,Angular,Selenium Webdriver,Protractor,背景: 我启动量角器时使用: $ protractor protractor.eb.conf.js 这将指定一个远程selenium服务器 有时我的量角器测试在此点暂停: [17:56:33] I/launcher - Running 1 instances of WebDriver [17:56:33] I/hosted - Using the selenium server at http://selenium-server.example.com:4444/wd/hub 问题: 还需要

背景:

我启动量角器时使用:

$ protractor protractor.eb.conf.js
这将指定一个远程selenium服务器

有时我的
量角器
测试在此点暂停:

[17:56:33] I/launcher - Running 1 instances of WebDriver
[17:56:33] I/hosted - Using the selenium server at http://selenium-server.example.com:4444/wd/hub
问题

  • 还需要哪些其他信息?
    • 能力?只使用铬
    • 量角器版本5.1.1
  • 过程中的这一点是什么?
    • 发射装置?主持
    • 是否正在等待节点变为可用
  • 我应该如何排除故障

  • 编辑:

    • 使用远程selenium服务器
    您可以将其添加到conf.js文件中。这不会等待selenium服务器启动。 关于你的其他问题- 您还需要提到您正在使用的框架(例如,我使用jasmine框架,所以我这样提到它)——


    我正在使用远程selenium服务器,因此无法使用direct connect。
    directConnect:true,
    
    framework: 'jasmine',