code to open browser, run imacros and than close browser

dirtystreak

Newbie
Joined
Jun 15, 2014
Messages
3
Reaction score
0
hi. as per title - is there any script I can use to open an chrome profile asscociated browser on a specific URL, run an imacro and than close the browser. Also will need to execute it in specific times if possible...
not really knowladgable in programming but can learn my way if i know where to focus...
can do the imacros part but have to run these in 10 different instances of chrome profiles and this takes tonns of my memory if i leave them all open...
 
Last edited:
Your are looking for either Java + selenium or autoit or any other window based coding language example c# and create "on screen clicker"...
 
thanks m8, will look at these... dont really want to go down the route of mouse emulation as I down know what other programs will be open at any one time - i need a command base solution...
 
thanks m8, will look at these... dont really want to go down the route of mouse emulation as I down know what other programs will be open at any one time - i need a command base solution...
 
You can accomplish by creating a bookmark for your iMacro in your browser then from the command line run open the browser giving it the iMacros bookmark as an argument so it opens it to that 'page' which will load and start the iMacro.
 
You should look into Python + Selenium. I've done a couple of bots that automate actions in websites with that combination.
 
Back
Top