views:

33

answers:

1

I'm working on a tool that helps to automate Browser based products. On of the use case I encountered is to handle popups either from application or from Safari. I would like to provide an API where a user can click OK when a popup prompts. Can I do it through JS or is it possible through any Apple API? And one more thing, how do I know a popup has appeared? Any pointers will help. Thanks!

+4  A: 

Not possible at all - except in your own app that features its own browser.

Eiko