sleeve Posted May 19, 2008 Posted May 19, 2008 I know how to run firefox and open up a website. but how do i make it type into the addressbar after the page is already open?
evilertoaster Posted May 19, 2008 Posted May 19, 2008 Relevant commands are Run(), Send() and maybe some Win-functions. They are documented in the help file.
sleeve Posted May 19, 2008 Author Posted May 19, 2008 i used run and it did nothing heres what i wroteRun("C:\Program Files\Mozilla Firefox\firefox.exe http://www.makototojiki.com/image/download...g001.jpg")WinWaitActive("archimedes'_dream_img001.jpg (JPEG Image, 4000x2667 pixels) - Scaled (24%) - Mozilla Firefox")Send("http://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/IMG_7691Hafen-Dortmund-a.jpg/450px-IMG_7691Hafen-Dortmund-a.jpg{enter}")i also tried useingSend("{f6}http://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/IMG_7691Hafen-Dortmund-a.jpg/450px-IMG_7691Hafen-Dortmund-a.jpg{enter}")
evilertoaster Posted May 19, 2008 Posted May 19, 2008 There are numerous postings on automating firefox already. I'm pretty sure if you looked around you'd find what you need. Are you saying the Run does not open firefox at all?
sleeve Posted May 20, 2008 Author Posted May 20, 2008 There are numerous postings on automating firefox already. I'm pretty sure if you looked around you'd find what you need.Are you saying the Run does not open firefox at all?no i just wanna know how to make send() command type on the address bar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now