James Graham aa308fff96 Bug 1766125 - Allow setting profile creation directory for geckodriver, r=webdriver-reviewers,whimboo
This adds a `--profile-root` argument to geckodriver that sets the
directory in which we create temporary profiles.

This helps workaround an issue with sandboxed Firefox
instances (e.g. those running on snap) where the /tmp inside the
sandbox and outside the sandbox are not the same. Users can set this
to a directory that's visible both in and out of the sandbox so that
both geckodriver and Firefox can access the temporary profile.

Differential Revision: https://phabricator.services.mozilla.com/D144970
2022-05-18 13:26:08 +00:00
..

Mozbase

Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, and reftest.

Learn more about mozbase at the project page.

Read detailed docs online, or build them locally by running "make html" in the docs directory.

Consult open bugs and feel free to file new bugs.