Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIAElementNil is not a function (evaluating 'aButton.isNotNil()') on line 53 of buttonHandler.js #19

Open
ghost opened this issue May 14, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented May 14, 2015

i faced a problem ,"UIAElementNil is not a function (evaluating 'aButton.isNotNil()') on line 53 of buttonHandler.js",why?

@BruceBGordon
Copy link

I believe the problem is that the code as provided has dependencies that are not available.

ButtonHandler uses isNotNil() which is an extension provided by tuneup.js. Another problem is the extension on the same line validAndVisible(). I will unroll these extensions and remove the unnecessary dependencies in a forthcoming pull request.

@truebit
Copy link

truebit commented May 23, 2015

method validAndVisible() does not exists either, should use isValid() && isVisible() instead

truebit pushed a commit to truebit/ui-auto-monkey that referenced this issue May 23, 2015
@BruceBGordon
Copy link

should be fixed with commit 4317af5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants