本文介绍了在Mac OSX 10.11上运行Cucumber测试与Selenium对于Safari的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在寻找一种方法来在Safari上运行我们的Behat(PHP dist of Cucumber)测试,但是我们遇到了Selenium Safari Driver无法使用简单的点击功能的问题,这打破了大多数我们的浏览器测试。

I've been searching around for a way to run our Behat (PHP dist of Cucumber) tests on Safari, however we encounter the problem of Selenium Safari Driver not being able to use simple click functionality, which is breaking the majority of our browser tests.

根据,必须进行测试。

点击功能适用于Chrome,Firefox和Opera。

The click functionality works with Chrome, Firefox and Opera.

有人有任何解决方案吗?

Does anyone have any solutions?


  • Mac OSX 10.11

  • Safari 9.0

  • Selenium Safari Driver 2.47.1

  • 最新SafariDriver.safariextz

  • Behat 2.5.3

  • Mac OSX 10.11
  • Safari 9.0
  • Selenium Safari Driver 2.47.1
  • Latest SafariDriver.safariextz
  • Behat 2.5.3

推荐答案

似乎仍然有关于Selenium Safari的您可以尝试将此建议应用于。

It seems as there is still an open issue concerning the Selenium Safari Driver with Safari 9. You could try to apply the suggestion in one of the comments.

这篇关于在Mac OSX 10.11上运行Cucumber测试与Selenium对于Safari的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 05:32
查看更多