in reply to How to Deal with Pop ups when trying to automate a software through perl

See for example Win32::GuiTest, which has SendKeys.

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

Replies are listed 'Best First'.
Re^2: How to Deal with Pop ups when trying to automate a software through perl
by cavac (Prior) on Aug 30, 2016 at 11:04 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."