使用selenium发送右箭头键 - Chrome(MacOS)

时间:2018-05-18 14:38:30

标签: python-2.7 selenium robotframework ui-automation

我在Python中使用RobotFramework在macOS Chrome浏览器上自动化应用程序。我需要发送多个按键来向右滚动我的网格,但没有运气。

我尝试使用.sendKeys()

from selenium.webdriver.common.keys import Keys 
from selenium.webdriver.common.action_chains import ActionChains
ActionChains(self._current_browser()).send_keys(Keys.ARROW_RIGHT).perform()

我已经读过sendKeys()无法使用macOS。有什么可以替代?

0 个答案:

没有答案