mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1083244 - Use sphinx.ext.autodoc's :members: directive in marionette docs instead of explicitly listing, r=AutomatedTester, DONTBUILD, a=NPOTB
This commit is contained in:
parent
c335523356
commit
75d63f3019
@ -152,21 +152,10 @@ Debugging
|
||||
Querying and Modifying Document Content
|
||||
---------------------------------------
|
||||
.. autoclass:: HTMLElement
|
||||
.. autoattribute:: HTMLElement.text
|
||||
.. autoattribute:: HTMLElement.location
|
||||
.. autoattribute:: HTMLElement.size
|
||||
.. autoattribute:: HTMLElement.tag_name
|
||||
.. automethod:: HTMLElement.send_keys
|
||||
.. automethod:: HTMLElement.clear
|
||||
.. automethod:: HTMLElement.click
|
||||
.. automethod:: HTMLElement.is_selected
|
||||
.. automethod:: HTMLElement.is_enabled
|
||||
.. automethod:: HTMLElement.is_displayed
|
||||
.. automethod:: HTMLElement.value_of_css_property
|
||||
:members:
|
||||
|
||||
.. autoclass:: DateTimeValue
|
||||
.. autoattribute:: DateTimeValue.date
|
||||
.. autoattribute:: DateTimeValue.time
|
||||
:members:
|
||||
|
||||
Action Objects
|
||||
--------------
|
||||
@ -174,23 +163,12 @@ Action Objects
|
||||
Action Sequences
|
||||
^^^^^^^^^^^^^^^^
|
||||
.. autoclass:: Actions
|
||||
.. automethod:: Actions.press
|
||||
.. automethod:: Actions.release
|
||||
.. automethod:: Actions.move
|
||||
.. automethod:: Actions.move_by_offset
|
||||
.. automethod:: Actions.wait
|
||||
.. automethod:: Actions.cancel
|
||||
.. automethod:: Actions.long_press
|
||||
.. automethod:: Actions.flick
|
||||
.. automethod:: Actions.tap
|
||||
.. automethod:: Actions.double_tap
|
||||
.. automethod:: Actions.perform
|
||||
:members:
|
||||
|
||||
Multi-action Sequences
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
.. autoclass:: MultiActions
|
||||
.. automethod:: MultiActions.add
|
||||
.. automethod:: MultiActions.perform
|
||||
:members:
|
||||
|
||||
Explicit Waiting and Expected Conditions
|
||||
----------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user