How to check if a tab still exists, without using element exist

Hi!
I’m just wondering if this is possible, so I’ll explain my situation. I have this table that I automate, then after clicking the open button, a new tab with will open with a form that needs to be updated. After updating the form, it will click a button that will save and close the tab. Problem is, there are times that it won’t close after saving. I added an element exists to check if the page still exists.

But this problem only appears for like 1 out of 10 entries, so in the end the element exists won’t be much useful, and will just make the runtime longer.
Is it possible to check it in other way? I have both browser vars(the table/main page and form page) and I’m just wondering if it can be used on this. That’s all, thank you.

1 Like

Hey @Shinjid

The below activity may help you.

Thanks
#nK

2 Likes

Thanks! Forgot about this one.

1 Like

Cool @Shinjid

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.