2016-08-10 3 views

답변

0

sendkeys에 Ctrl + Space를 전달하려는 경우 Key.chord를 사용할 수 있습니다. 시도 당신은 http://seleniumhq.github.io/selenium/docs/api/javascript/

여기 webdriver JS API 문서를 찾을 수 있습니다

driver.sendKeys(webdriver.Key.chord(webdriver.Key.CONTROL, webdriver.Key.SPACE))