diff options
Diffstat (limited to 'testing/marionette/puppeteer/firefox/docs/ui/windows.rst')
-rw-r--r-- | testing/marionette/puppeteer/firefox/docs/ui/windows.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/marionette/puppeteer/firefox/docs/ui/windows.rst b/testing/marionette/puppeteer/firefox/docs/ui/windows.rst new file mode 100644 index 000000000..258a743c9 --- /dev/null +++ b/testing/marionette/puppeteer/firefox/docs/ui/windows.rst @@ -0,0 +1,16 @@ +.. py:currentmodule:: firefox_puppeteer.ui.windows + +Windows +======= + +Windows +------- + +.. autoclass:: Windows + :members: + +BaseWindow +---------- + +.. autoclass:: BaseWindow + :members: |