mercredi 10 août 2016

How to send keys combinations to the page using webdriverjs?

I was trying to do

driver.keyDown(webdriver.Key.CONTROL).sendKeys(webdriver.Key.SPACE);

But it says that the method keyDown does not exist! Does anyone know how to do this? Is there a place where i can see webdriverjs api?

Aucun commentaire:

Enregistrer un commentaire