I need to select options from multiple dropdowns menus on a page.
But when I select the first, the page automatically refreshes, because the dropdowns depends on each others.
Even thought I use the "wait" command, the snippets are able to select just the first drop down.
This should be possible, can you tell us more about how it is failing?
Are you not able to tab to the other drop downs? Maybe sharing the relevant part of your snippet would help us understand the issue.
You are correct.
I'm able neither to tab to the others dropdowns nor select them by de CSS selector.
I imagine that the issue is the fact of the page refresh, because when the snippet select the first dropdown and the refresh finish, if I execute the same snippet again, it is capable to select the second dropdown, and so on.
Is it a full refresh of the page? I had assumed from your first message that it was just some dynamic content being added to the existing page.
However, if it is a full page refresh, unfortunately that would prevent the snippet from continuing. The snippet is running within the context of the page so a page refresh will terminate it.
If it was a full refresh that is no way of selecting multiple dropdown menus?
I'm not sure if it is or if isn't, because when I select an option in the dropdown, except for some fields, the page remain the same.
However, when I do that, the tab assums the refresh icon, as if the page was loading.
Yes, if the page refreshes, any ongoing snippets executions in the page will be ended.