.. _migrating: Migrating to WebDriver Plus --------------------------- Where possible WebDriver Plus remains compatible with WebDriver, which means that migrating can often be as simple as importing ``webdriverplus`` in place of ``webdriver``: .. code-block:: python import webdriverplus as webdriver .. todo:: List incompatible changes. Explain relation between base classes in each.