diff options
Diffstat (limited to 'testing/marionette/puppeteer/firefox/docs/ui/browser/tabbar.rst')
-rw-r--r-- | testing/marionette/puppeteer/firefox/docs/ui/browser/tabbar.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/marionette/puppeteer/firefox/docs/ui/browser/tabbar.rst b/testing/marionette/puppeteer/firefox/docs/ui/browser/tabbar.rst new file mode 100644 index 000000000..1ac431a99 --- /dev/null +++ b/testing/marionette/puppeteer/firefox/docs/ui/browser/tabbar.rst @@ -0,0 +1,22 @@ +.. py:currentmodule:: firefox_puppeteer.ui.browser.tabbar + +Tabbar +====== + +TabBar +------ + +.. autoclass:: TabBar + :members: + +Tab +--- + +.. autoclass:: Tab + :members: + +MenuPanel +---------- + +.. autoclass:: MenuPanel + :members: |