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

Ключ

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

  2. Select «Firefox» "Firefox" in the action parameters under the «Browser» "Browser" field.
    Image Modified

  3. Specify the descriptive list of browser properties and their values that will be set at startup, in the «Properties» "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 Modified

Example of filling in the fields:

Image Modified