Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.
  1. Choose the action "Open Browser" from the "Browser" action group.
    Image Added

  2. Select "Firefox" in the action parameters under the "Browser" field.
    Image Added

  3. 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": {}
        }
    }

  4. Replace %USERPROFILE%//AppData//Roaming//Mozilla//Firefox//Profiles//ProfileDir with the actual path to the profile folder.

Example profile folder:

Image Added

Example of filling in the fields:

Image Added