phpunit-selenium 的 keys() 不适用于 safari webdriver

Posted

技术标签:

【中文标题】phpunit-selenium 的 keys() 不适用于 safari webdriver【英文标题】:phpunit-selenium 's keys() not working for safari webdriver 【发布时间】:2018-01-30 08:17:23 【问题描述】:

我正在努力寻找在 safari webdriver 上运行 keys() selenium 函数的任何解决方案。它适用于 Firefox、Chrome 和 IE。

我已经通过以下解决方案,但没有发现任何工作

Selenium webdriver on Safari: Keys.ENTER not working

https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/6666

Selenium sendKeys() different behaviour for Chrome, Firefox and Safari

有什么帮助吗?

【问题讨论】:

【参考方案1】:

解决方案 SendKeys() 适用于最新的 selenium 服务器版本 (3.5.3) http://www.seleniumhq.org/download/

【讨论】:

以上是关于phpunit-selenium 的 keys() 不适用于 safari webdriver的主要内容,如果未能解决你的问题,请参考以下文章

无法使用 composer 安装 phpunit 和 phpunit-selenium

为啥 Object.keys 不是 Object.prototype.keys? [关闭]

deploy keys与ssh keys

selenium键盘操作

selenium快捷键操作

Javascript:为啥是 Object.keys(someobject),而不是 someobject.keys?