Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is WebDriver's Python API Documentation? [closed]

Where can I find the "API docs" for the Python Bindings for Selenium WebDriver?

http://code.google.com/p/selenium/wiki/PythonBindings

like image 299
dan-klasson Avatar asked May 02 '11 02:05

dan-klasson


People also ask

What is API documentation in Python?

An API document file is a text or HTML file that contains a description of all the features of the software, language, or product. It creates by a developer, which helps other developers to understand the software and use it correctly. This file also includes details about the classes, modules, functions, etc.

What is Actionchain Python?

Selenium's Python Module is built to perform automated testing with Python. ActionChains are a way to automate low-level interactions such as mouse movements, mouse button actions, keypress, and context menu interactions. This is useful for doing more complex actions like hover over and drag and drop.

Is Selenium a Python library?

Selenium is an open-source web-based automation tool. Python language is used with Selenium for testing. It has far less verbose and easy to use than any other programming language. The Python APIs empower you to connect with the browser through Selenium.


1 Answers

The API docs for the Webdriver Python bindings are now at http://readthedocs.org/docs/selenium-python/en/latest/ (Unofficial)

like image 168
dmitris Avatar answered Sep 21 '22 02:09

dmitris