Skip to content

How to set firefox profile path? #3316

Answered by mdmintz
bshsbr asked this question in Q&A
Discussion options

You must be logged in to vote

If there's a way to set a Firefox Profile, then it would be done via firefox_arg or firefox_pref:

  firefox_arg=FIREFOX_ARG,
        Add a Firefox argument for Firefox browser runs.
        Format: A comma-separated list of Firefox args.
  firefox_pref=FIREFOX_PREF,
        Set a Firefox preference:value combination.
        Format: A comma-separated list of pref:value items.
        Example usage:
            firefox_pref="browser.formfill.enable:True"
        Boolean and integer values to the right of the ":"
        will be automatically converted into proper format.
        If there's no ":" in the string, then True is used.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bshsbr
Comment options

Answer selected by bshsbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants