Go to the next tab if the current one is not asking for a username and password

Hello I have a macro that goes from one tab to another. But in some tabs I have a page that asks for username and password

I want it to go to the next tab if the current one is not asking for a username and password

You can use verify Element Exits to check for the password box.

If it is not there, ${statusOK} becomes FALSE. Then you can use IF | ${statusOK} = "false" to open the next tab.