- I'm trying to do autofill for google search
- Below is code i tried based on google search results and some blog entries
I'm only posting the code to type in text
selenium.open("/"); selenium.type("q", "banga"); selenium.typeKeys("q", "lore"); selenium.keyDown("q", "\\13"); selenium.waitForCondition("selenium.isTextPresent('bangalore')", "60000");- Any adivce/suggestions for this would be helpful
- This code/approach does not autofill the search box
I'm trying it out in IE8