Zions Bancorporation interview question

How do you handle dropdowns?

Interview Answer

Anonymous

8 Jun 2022

If tag is select I am creating Select object and using ready methods, if tag is NOT select then I am getting all options as list using findElements() method and handling like a list