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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -