Answers for "handling auto suggestion in selenium"

0

handling auto suggestion in selenium

1. Enter some letters in the text box
	2. Once the UI generates auto suggest options, 
    I inspect the page and locate the 
      webelements for those suggestions
	3. I write locator that identifies
    all of the options 
	4. Get options using findElements method
    by passing that locator
	5. Verify that all options start with
    the text  I entered at the beginning
Posted by: Guest on December-05-2020

Code answers related to "handling auto suggestion in selenium"

Browse Popular Code Answers by Language