How to perform auto complete textbox operation in Selenium

Table of contents
Reading Time: < 1 minute

I am going to demonstrate how to do automation testing a Lift application with Selenium IDE.
In some scenario there is an auto complete textbox, where we need to put the entity name, as the auto complete textbox work where browser select the element from drp down list.

Follow the below steps:

1) Type the required auto-complete name like Laptop (use TypeAndWait command & add auto-complete id or css selector)

2) Use typeKeysAndWait command for auto-complete dropdown

3) Click on auto-complete dropdown id or css selector

Code :

Discover more from Knoldus Blogs

Subscribe now to keep reading and get access to the full archive.

Continue reading