Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
sayantan_majumdar
Posts : 3
Join date : 2013-06-10

Does Firefox Webdriver support Auto-complete feature? Empty Does Firefox Webdriver support Auto-complete feature?

Mon Jun 10, 2013 7:34 pm
Hi,
I was trying to test auto-complete feature in Firefox web driver. However, I found that auto complete feature is not working in Firefox web driver. I am using selenium version 2.31 and firefox browser version in my system is 19.0.2.
The code I was using to execute auto complete is as follows:
----------------------------------------------------------------------------
WebElement elem = driver.findElement(By.name("inputText"));
elem.clear();
elem.sendKeys("Ab");
elem.sendKeys(Keys.DOWN, Keys.ENTER);
-----------------------------------------------------------------------------
Regards,
Sayantan
avatar
tarun3kumar
Master
Master
Posts : 186
Join date : 2012-02-14
http://seleniumtests.com

Does Firefox Webdriver support Auto-complete feature? Empty Re: Does Firefox Webdriver support Auto-complete feature?

Tue Jun 11, 2013 10:07 am
do you see suggestion drop down when WebDriver types "ab" ?
avatar
sayantan_majumdar
Posts : 3
Join date : 2013-06-10

Does Firefox Webdriver support Auto-complete feature? Empty Re: Does Firefox Webdriver support Auto-complete feature?

Tue Jun 11, 2013 12:44 pm
Hi Tarun,
Thanks for your quick reply. No, I am not able to see the suggestions, that's why I think it's not supported by default.
~Sayantan
avatar
mail2prassad
Amateur
Amateur
Posts : 41
Join date : 2013-06-05

Does Firefox Webdriver support Auto-complete feature? Empty Re: Does Firefox Webdriver support Auto-complete feature?

Tue Jun 11, 2013 7:17 pm
Can you see the Autosuggest options when you open the url in Firefox as an end user (not using the firefox driver).
avatar
sayantan_majumdar
Posts : 3
Join date : 2013-06-10

Does Firefox Webdriver support Auto-complete feature? Empty Re: Does Firefox Webdriver support Auto-complete feature?

Tue Jun 11, 2013 7:46 pm
Yes I can see..
avatar
mail2prassad
Amateur
Amateur
Posts : 41
Join date : 2013-06-05

Does Firefox Webdriver support Auto-complete feature? Empty Re: Does Firefox Webdriver support Auto-complete feature?

Tue Jun 11, 2013 9:33 pm
Try upgrading selenium to 2.33, update the firefox to the latest version.
Sponsored content

Does Firefox Webdriver support Auto-complete feature? Empty Re: Does Firefox Webdriver support Auto-complete feature?

Back to top
Permissions in this forum:
You cannot reply to topics in this forum