This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
forked from pyatom/pyatom
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): clicks and send key methods
Click methods weren't functioning correctly. sendKey* were using sendKeys. 😮 Add tests using more of the keyboard and mouse methods. Also changed to print dictionary when dumping on failure. In hope that it will reduce UnicodeErrors in python 2
- Loading branch information
1 parent
e9fbeea
commit 8ed61d9
Showing
3 changed files
with
51 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters