IsleOfMan Wrote:Not sure if anyone is still reading here, but when I try the Firefox method, I get the following confirmation box that requires action before the script will continue:
I'm running Firefox 3.6 and can't find a way to disable this particular popup. Any help?
Thanks!
Try using the command
Code:
Send("{ENTER}")If that doesn't work, then make sure to activate the Firefox Window first like
Code:
WinActivate("Mozilla Firefox", "")
Send("{ENTER}")The title of the Firefox window may different than that... Use the AutoIt Window Info tool to get the exact title.
-Pr.

.
Search
Help