Choose the action "Open Browser" from the "Browser" action group.
Select "Firefox" in the action parameters under the "Browser" field.
Specify the descriptive list of browser properties and their values that will be set at startup, in the "Properties" field, in JSON format.
Template:
{
"acceptInsecureCerts": true,
"browserName": "firefox",
"timeouts": {
"implicit": 0,
"pageLoad": 300003,
"script": 30003
},
"unhandledPromptBehavior": "dismiss",
"moz:firefoxOptions": {
"args": ["-profile", "%USERPROFILE%//AppData//Roaming//Mozilla//Firefox//Profiles//ProfileDir"],
"prefs": {}
}
}
Example profile folder:
Example of filling in the fields: