Zions Bancorporation Interview Question

How do you handle dropdowns?

Interview Answer

Anonymous

Jun 8, 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