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:

import webdriverplus as webdriver

Todo

List incompatible changes. Explain relation between base classes in each.

Previous topic

Inspection & Manipulation

Next topic

Contributing

This Page