[EDIT: Iโm developing in the App Studio building a UiPath App.
And I need to close it programmatically without any user activity. With App functionality or with javascript, if needed.]
I need a way to close the popup page from the popup page itself.
I manage to close it from the page where I have opened it from, but I want to close it from the page itself.
Bonus question
Can I close a popup page (and others) with javascript?
Use element exists activity to check pop-up exist or not and capture the pop-up screen, In element exists block do part, take click activity and Click on the โXโ icon to close the pop-up window.