cherishingany

Results 1 issues of cherishingany

elem, err := driver.FindElement(selenium.ByXPATH, "//*[@id=\"loginId\"]") elem.SendKeys("login") elem.SendKeys(selenium.TabKey) elem.SendKeys("password") **This will bring him back to the first input box, and not to the "password" input box**