dynamic - AutoHotKey user input for address bar in browser -
we qa builds different ip's. m trying automate log in application autohot key. have reached far
inputbox, userinput, ip, enter url., , 640, 480
run, c:\program files (x86)\internet explorer\iexplore.exe
winwait, https://$userinput$/myproj/mylogin.aspx - internet explorer`, optimized bing , m, address combo contro
change $userinput$ %userinput%.
you use in 1 line:
run, "c:\program files (x86)\internet explorer\iexplore.exe" https://%userinput%/myproj/mylogin.aspx
Comments
Post a Comment