Hello,
I want to open FireFox with a profile already created. I know the syntax is "-profile", "path / to / profile". This may open FireFox but cannot connect to it (Timeout after 60 seconds). I found out that it was related to port-marionette, but I could not be processed. I heard this was removed from FireFox but one of my friends did it with "Python", and I didn't share it. Looking forward to hearing from you soon.
Sorry, English of me not good. I use Google Translater.
Func SetupGecko()
_WD_Option('Driver', 'geckodriver.exe')
_WD_Option('DriverParams', '--log trace')
_WD_Option('Port', 4444)
$sDesiredCapabilities = '{"desiredCapabilities":{"javascriptEnabled":true,"nativeEvents":true,"acceptInsecureCerts":true,"moz:firefoxOptions":{"args":["-profile", "C:/Users/<user>/AppData/Local/Temp/rust_mozprofile.UGIMyfYbwKx0"]}}}' ;
EndFunc