batch file - Auto click yes in javascript -


i automate click in javascript file used convert xlsx csv.

i provide snippet of script gives alert. after alert given, there way click yes being asked automatically? using create formatting utility.

  // determine whether or not linefeed characters should removed.   var msg = "would remove linefeed characters cells?";   var title = "remove linefeed characters";   var removelf = alert.yes == alert(msg, title, alert.yesno + alert.question);   // click 'yes' button here. 

if need user click on yes... ¿why don't assign true alert.yes?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -