dalekjs/dalek

How to close a tab?

ghguy opened this issue · 1 comments

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!

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