Can't select the value form auto complete in selenium webdriver -
webelement t= driver.findelement(by.xpath("/html/body/div[1]/div[4]/div[1] /div[1]/div/div/div/fr m/div/div[1]/input")); t.sendkeys("boston"); t.sendkeys(keys.tab); t.sendkeys(keys.arrowdown); thread.sleep(1000);
arrow down
not working. tab
, rightarrow
, other keys working
Comments
Post a Comment