ankit.tayal560 has asked for the wisdom of the Perl Monks concerning the following question:

hi,i am trying to automate a software through perl.I am able to open it through a script file but as soon as the software opens it generates a pop up asking for "I accept" how to handle these pop ups in perl to automate the software? please help

  • Comment on How to Deal with Pop ups when trying to automate a software through perl

Replies are listed 'Best First'.
Re: How to Deal with Pop ups when trying to automate a software through perl
by Corion (Patriarch) on Aug 30, 2016 at 06:50 UTC

      Another, more roundabout way, is installing a VNC server and using Net::VNC to automate. It's not perfect, but i used it a couple of times to click remotely on "Accept" buttons when i messed up the remote installer...

      "For me, programming in Perl is like my cooking. The result may not always taste nice, but it's quick, painless and it get's food on the table."