python-webdriverwrapper icon indicating copy to clipboard operation
python-webdriverwrapper copied to clipboard

Better interface for WebDriver (Selenium 2).

Results 1 python-webdriverwrapper issues
Sort by recently updated
recently updated
newest added

This library is not compatible with package `selenium >= 4`. Just importing the module `from webdriverwrapper.pytest import *` results in: ```py /usr/local/lib/python3.7/dist-packages/webdriverwrapper/__init__.py:3: in from webdriverwrapper import unittest /usr/local/lib/python3.7/dist-packages/webdriverwrapper/unittest/__init__.py:1: in from...