diff options
Diffstat (limited to 'testing/marionette/puppeteer/firefox/docs/api/places.rst')
-rw-r--r-- | testing/marionette/puppeteer/firefox/docs/api/places.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/marionette/puppeteer/firefox/docs/api/places.rst b/testing/marionette/puppeteer/firefox/docs/api/places.rst new file mode 100644 index 000000000..a469c1c6c --- /dev/null +++ b/testing/marionette/puppeteer/firefox/docs/api/places.rst @@ -0,0 +1,13 @@ +.. py:currentmodule:: firefox_puppeteer.api.places + +Places +====== + +The Places class provides low-level access for several bookmark and history +related methods. + +Places +------ + +.. autoclass:: Places + :members: |