ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

coded needed launch url's

<< < (2/4) > >>

Contro:
Miles the difficult point seems to be the same script for Firefox and other browsers. Exists or is a pending task ?


Best Regards

-Contro (February 04, 2014, 09:15 PM)
--- End quote ---

IE based browsers have an ActiveX engine hat can be programed.  That's why BrowserBunch ignores it.  It's a different animal than Firefox/Opera/chrome.
-MilesAhead (February 05, 2014, 06:43 AM)
--- End quote ---

I don't understand. What is an engine hat ?. What sort of animal is Firefox , or chrome, or opera ?
What are the similar scripts for these animals ?
have you a rabbit in your hat ?
 :-[

Contro:
AutoIt has a UDF to automate Firefox.

What is the animal prepared for this in AHK ?

4wd:
You're opening a set of URLs, there's no need to automate Firefox - just call Firefox with the URL as an argument, (Firefox' commandline args).


--- Code: AutoIt ---Run(@comspec & ' /c path\to\firefox.exe "www.thisisatest.org"', '.', @SW_HIDE)
You can probably call Chrome the same way.

Contro:
You're opening a set of URLs, there's no need to automate Firefox - just call Firefox with the URL as an argument, (Firefox' commandline args).


--- Code: AutoIt ---Run(@comspec & ' /c path\to\firefox.exe "www.thisisatest.org"', '.', @SW_HIDE)
You can probably call Chrome the same way.
-4wd (February 05, 2014, 06:52 PM)
--- End quote ---

Running to try.

But how can we automate Firefox with AHK ?

4wd:
http://ahkscript.org/docs/commands/Run.htm

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version