Jump to content

Recommended Posts

Posted

I want to pass "about:config" to firefox

If i do ShellExecute ("firefox.exe","about:config"), i get new instance of firefox opening up which is bad because it makes changes to another profile instead of one that is currently running.

Any ideas ?

Posted

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

firefox -P "UserProfileName"

Maybe that way you can go directly to the correct profile.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted (edited)

So in other words NO, there is no way to pass argument to a running process ?

What about injection things, i know i walking the edge on hacking subject. Not asking how, but would that work ?

 

Edited by tonycst
Posted

This opens aboutcfg in new tab

Run("C:\Program Files (x86)\Mozilla Firefox\firefox.exe -new-tab about:config")

In order to "pass arguments" to firefox, i'd go with FF.au3, allows much, but you have to know what you're doing, and have Mozrepl extension running in FF.

 

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...