amysue 0 Posted January 6, 2014 Hi, I'm doing a web automation test, and I want to automatically click an action on a popup notification of firefox. As the image shows: I want to auto click the "Share Location" action on a popup notification of firefox. Does autoit can implement it? Thanks Share this post Link to post Share on other sites
Kidney 9 Posted January 6, 2014 Im sure you only have to click this once as long as you have cookies enabled. Share this post Link to post Share on other sites
amysue 0 Posted January 6, 2014 Im sure you only have to click this once as long as you have cookies enabled. But I'm testing the popup window. I must verify there is a popup notification and then click allow. Share this post Link to post Share on other sites
gruntydatsun 12 Posted January 6, 2014 Read up on AdLibRegister. http://www.autoitscript.com/autoit3/docs/functions/AdlibRegister.htm Make an adlib to test for existence of the window and click the button if needed. Share this post Link to post Share on other sites