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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -