-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update Java-Client to 7.1.0 #111
Comments
3 tasks
Merged
mrk-han
pushed a commit
that referenced
this issue
Aug 27, 2019
**Fix** - Optimize isPresentWait() method #118 - And add ability to specify maximum wait time - Improve exception handling when creating Appium Session **Enhance** - Update Java Client to 7.1.0 #111 - Migrate to Gradle #101 - Delete POM.xml #114 - Allow specification of directory to APP/APK instead of absolute path #110
mrk-han
pushed a commit
that referenced
this issue
Oct 17, 2019
* Release/0.19.0 (#120) * Optimize isPresentWait() method #118 * Add ability to specify maximum wait time * Improve exception handling when creating Appium Session * Update Java Client to 7.1.0 #111 * Delete POM.xml #114 * Migrate to Gradle * Allow specification of directory to APP/APK instead of absolute path #110 * Release/0.19.0 (#122) **Fix** - Optimize isPresentWait() method #118 - And add ability to specify maximum wait time - Improve exception handling when creating Appium Session **Enhance** - Update Java Client to 7.1.0 #111 - Migrate to Gradle #101 - Delete POM.xml #114 - Allow specification of directory to APP/APK instead of absolute path #110 * Merge Release/0.19.1 into master (#133) * Add new swipe methods * Remove confusing overloads * Update retries and timeout in yamls * Deprecated old methods and variables * Add parsing and logging for using deprecated variables in yaml * Abstract repetitive swipe * Fix isPresentWait - add exception handling for when element is not found - change to search for visibility instead of presence * Delete jitpack.yaml - remove support for jitpack * Release/0.19.2 (#137) * Mh/update javaclient 7.2.0 (#136) * Remove deprecated config params from Readme * Add Gradle Versions Plugin * Update tinyLog, snakeYaml, and sauceTestngVersion * Release/0.19.3 (#140) * Mh/bugfix/get full app path (#139) * Improve Error Logging in getFullAppPath() - Clarify expectations of one file per unique extension - Print out list of files found with Arrays.toString * Fully Remove Retries from Documentation * Add files, tests, and code changes to fix getFullAppPath - Make sure apps held in sauce storage can return without exception - Can parse URLs to apps - handle scenarios where relative path is specified - full path can also be specified if absolute * increment version to 0.19.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/appium/java-client/releases/tag/v7.1.0
[BUG FIX] Platform Name enforced on driver creation is avoided now. appium/java-client#1164
[BUG FIX] Null pointer exceptions when calling getCapabilities is handled better. appium/java-client#1094
[BUG FIX] Error message on session creation is improved. appium/java-client#994
The text was updated successfully, but these errors were encountered: