summaryrefslogtreecommitdiff
path: root/chromium/third_party/webdriver/pylib/docs/source/api.rst
blob: b41be5aa0bb81b3d935e28261a0c19d1a3e9d25d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
======================
Selenium Documentation
======================

Selenium
--------

.. currentmodule:: selenium
.. autosummary::
   :toctree: selenium
   
   selenium

Common
------

.. currentmodule:: selenium.common
.. autosummary::
   :toctree: common

   selenium.common.exceptions

Webdriver.common
----------------

.. currentmodule:: selenium.webdriver.common
.. autosummary::
   :toctree: webdriver

   selenium.webdriver.common.action_chains
   selenium.webdriver.common.alert
   selenium.webdriver.common.by
   selenium.webdriver.common.desired_capabilities
   selenium.webdriver.common.keys
   selenium.webdriver.common.utils

Webdriver.support
-----------------

.. currentmodule:: selenium.webdriver.support
.. autosummary::
   :toctree: webdriver_support

   selenium.webdriver.support.expected_conditions
   selenium.webdriver.support.select
   selenium.webdriver.support.wait

Webdriver.chrome
----------------

.. currentmodule:: selenium.webdriver.chrome
.. autosummary::
   :toctree: webdriver_chrome

   selenium.webdriver.chrome.service
   selenium.webdriver.chrome.webdriver

Webdriver.firefox
-----------------

.. currentmodule:: selenium.webdriver.firefox
.. autosummary::
   :toctree: webdriver_firefox

   selenium.webdriver.firefox.extension_connection
   selenium.webdriver.firefox.firefox_binary
   selenium.webdriver.firefox.firefox_profile
   selenium.webdriver.firefox.webdriver

Webdriver.ie
------------

.. currentmodule:: selenium.webdriver.ie
.. autosummary::
   :toctree: webdriver_ie

   selenium.webdriver.ie.webdriver

Webdriver.phantomjs
-------------------

.. currentmodule:: selenium.webdriver.phantomjs
.. autosummary::
   :toctree: webdriver_phantomjs

   selenium.webdriver.phantomjs.service
   selenium.webdriver.phantomjs.webdriver

Webdriver.remote
----------------

.. currentmodule:: selenium.webdriver.remote
.. autosummary::
   :toctree: webdriver_remote

   selenium.webdriver.remote.command
   selenium.webdriver.remote.errorhandler
   selenium.webdriver.remote.remote_connection
   selenium.webdriver.remote.utils
   selenium.webdriver.remote.webdriver
   selenium.webdriver.remote.webelement

Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`