Skip to content

Commit 5630155

Browse files
[py] Improved alias for Keys (#9076)
* Added from .common.keys import Keys (same as selenium.webdriver.common.keys.Keys)
1 parent a787ad4 commit 5630155

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
from .common.action_chains import ActionChains # noqa
3737
from .common.touch_actions import TouchActions # noqa
3838
from .common.proxy import Proxy # noqa
39+
from .common.keys import Keys # noqa
3940

4041
__version__ = '4.0.0a7'

0 commit comments

Comments
 (0)