geckodriver: readme: document default profile

Add documentation that explains where the fresh profiles are created
and how you can get its path from the returned capabilities object.

Fixes: https://github.com/mozilla/geckodriver/issues/605
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 0ad52a1e8f7a7da44a6cd6ec828af6acf3f6631d

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 6bdb014f2a1ab6f31e7f7bc65c685db026e23b52
This commit is contained in:
Andreas Tolfsen 2017-04-10 18:03:48 +01:00
parent e51965a692
commit b77a407597

View File

@ -242,6 +242,9 @@ and may contain any of the following fields:
to use as the profile for the Firefox instance.
This may be used to e.g. install extensions
or custom certificates.
By default, a new profile will be created in the systems temporary folder.
The effective profile in use by the WebDriver session
is returned to the user in the `moz:profile` capability.
</tr>
<tr>