How to close a tab?
ghguy opened this issue · 1 comments
ghguy commented
We have a lot of popups, and some of them do not have a close button (:(). Is there any (easy) to close the popup?
Thanks!
asciidisco commented
You could use the .execute
method (Docs) to run some client side JavaScript in which you have access to all the applications globals, then get the handle of the window and issue an window.close()
call like described here on MDN