I need to get alert/prompt dialog message and click its "ok" button in my chrome extension,and i have the following question:
1.Is alert dialog a window object or a tab object?
2.Does chrome provide any api to handle this kind of popup dialog like alert or prompt, like do click button and get an inform when this kind of dialogs pops?
Thanks