Below is a screenshot of a webpage that I am trying to write a Cypress test for.
As you can see, I have managed to write "teladoc" into the input box, but I now need to click the dropdown menu to navigate to a different page.
I am not able to get the ID, etc. of the dropdown menu.
When I try to inspect the dropdown menu, the page reloads and the dropdown disappears.
Does someone know how I can inspect this? I tried through the cypress explorer too, but it reloads in that beforehand too.