1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14+ """
15+ Python package `playwright` is a Python library to automate Chromium,
16+ Firefox and WebKit with a single API. Playwright is built to enable cross-browser
17+ web automation that is ever-green, capable, reliable and fast.
18+ For more information you'll find the documentation for the sync API [here](sync_api.html)
19+ and for the async API [here](async_api.html).
20+ """
1421
1522import playwright .helper as helper
1623from playwright .main import AsyncPlaywrightContextManager , SyncPlaywrightContextManager
@@ -33,3 +40,37 @@ def sync_playwright() -> SyncPlaywrightContextManager:
3340 "Error" ,
3441 "TimeoutError" ,
3542]
43+
44+ __pdoc__ = {
45+ "accessibility" : False ,
46+ "async_base" : False ,
47+ "browser" : False ,
48+ "browser_context" : False ,
49+ "browser_type" : False ,
50+ "cdp_session" : False ,
51+ "chromium_browser_context" : False ,
52+ "connection" : False ,
53+ "console_message" : False ,
54+ "dialog" : False ,
55+ "download" : False ,
56+ "element_handle" : False ,
57+ "event_context_manager" : False ,
58+ "file_chooser" : False ,
59+ "frame" : False ,
60+ "helper" : False ,
61+ "impl_to_api_mapping" : False ,
62+ "input" : False ,
63+ "js_handle" : False ,
64+ "main" : False ,
65+ "network" : False ,
66+ "object_factory" : False ,
67+ "page" : False ,
68+ "path_utils" : False ,
69+ "playwright" : False ,
70+ "selectors" : False ,
71+ "sync_base" : False ,
72+ "transport" : False ,
73+ "wait_helper" : False ,
74+ "async_playwright" : False ,
75+ "sync_playwright" : False ,
76+ }
0 commit comments