Monday 13 March 2017

How do I simulate 'Enter' Key button with Node .Js /Selenium?

//This is the code snippet Iam using.But it doesn't click

function ClickEnter(){ driver.findElement(webdriver.By.id('select2-result-label-3')).click();

}



via Jay

No comments:

Post a Comment