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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -