如何在watir-webdriver中使用send_keys键入特殊字符(@)?

时间:2017-03-30 16:17:00

标签: ruby selenium selenium-webdriver cucumber watir-webdriver

我正在尝试使用cucumber / ruby​​ / water-webdriver在网站的文本字段中输入简单的电子邮件。但是没有出现“@”符号。例如,我写道:

$browser.send_keys "testemail@gmail.com"

在文本字段中显示:testemailgmail.com。

我尝试使用[:shift, "'"],但它也无效。

也尝试过:

$browser.text_field(:id => "search-global").set "testemail@gmail.com"

感谢任何帮助!

0 个答案:

没有答案