Answers for "dropdown without select tag in selenium"

0

dropdown without select tag in selenium

If the dropdown list has no select tag, we cannot use the select class 
• Treat the dropdown list and its options as separate elements, 
locate every element separately 
• To select an option: 
o 1. Find and click on the list 
o 2. Find and click on the option
Posted by: Guest on June-15-2021

Code answers related to "dropdown without select tag in selenium"

Browse Popular Code Answers by Language