-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
setup.py does not specify versions of required dependencies. This creates an issue when installing the framework and hoping that all the dependencies will be handled automatically, but they are not.
A single issue I noticed is that pip will install the latest selenium version 4.1.4, which does not have TouchActions and ActionChains which py-test-ui tries to import, resulting in a import error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working