Studio Web and I’ve added a button called CloseApp. The requirement is that when a user clicks this button, the browser tab where the App is running should close.
I tried using the Use Browser activity with the Close Window option inside the Main Window activity, but it doesn’t seem to work.
Has anyone implemented this before or found a workaround? I’ve already tried the activity shown in the attached image, but no luck so far.
Any guidance or suggestions would be really helpful.
redirect the user to a blank or “session completed” page and let the user close the tab manually. If automatic tab closing is required, it has to be handled from a desktop automation, not from a Studio Web app.
Navigate the user to a blank page or a session finished screen and ask them to close the tab themselves. Automatic tab closure is only possible through desktop automation, not Studio Web apps.