PHP selenium如何发送密钥ctrl + s来保存网页

时间:2017-12-02 09:00:31

标签: php selenium-webdriver

我可以使用此驱动程序保存网页吗? 我试图通过 ctrl + s 来保存它,但我的脚本不起作用。
我尝试使用以下代码:

$this->webDriver->action()->keyDown(null, WebDriverKeys::CONTROL)->sendKeys(null, 's');


$this->webDriver->getKeyboard()->pressKey(WebDriverKeys::LEFT_CONTROL)->sendKeys('s');

解决方案是什么?

Php-webdriver版本: 1.5
PHP版本: 5.6.31
Selenium服务器版本: 3.7.1
操作系统: windows
使用的浏览器+版本: chrome v62

0 个答案:

没有答案