There was an error while loading. Please reload this page.
1 parent a787ad4 commit 5630155Copy full SHA for 5630155
1 file changed
py/selenium/webdriver/__init__.py
@@ -36,5 +36,6 @@
36
from .common.action_chains import ActionChains # noqa
37
from .common.touch_actions import TouchActions # noqa
38
from .common.proxy import Proxy # noqa
39
+from .common.keys import Keys # noqa
40
41
__version__ = '4.0.0a7'
0 commit comments