forked from appium/java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
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
latest #1
Merged
Merged
latest #1
Conversation
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
Upgrade to Gradle 4.3.1
- AuthenticatesByFinger was added to `io.appium.java_client.android` - Some improvements of the FingerPrintTest
Additional changes of the #473
Less strict verification
Removal of deprecated listener-methods from the AlertEventListener. These methods were being invoked before/after authentication.
Update to Selenium 3.8.1
* Upgrade to Gradle 4.4.1 * Upgrade to Shadow plugin 2.0.2 to avoid using deprecated API Build with Gradle 4.4.1 produces warning "A constructor for `org.gradle.api.internal.java.JavaLibrary` is used by Shadow plugin v1.2.x, and has been preserved for compatibility. This has been deprecated and is scheduled to be removed in Gradle 5.0. If you're using the Shadow plugin, try upgrading to v2.x. at build_dl88ph5x3js4p0j7p18rbzvjq.run(/.../java-client/build.gradle:34)". * Use pre-configured mavenCentral() repository https://docs.gradle.org/4.4.1/release-notes.html#use-of-canonical-url-for-mavencentral()-repository-url
Upgrade checkstyle
Selenium modules changes: - PhantomJS drop: SeleniumHQ/selenium@8afc242 - Replace cglib with bytebuddy: SeleniumHQ/selenium@07b7b54
* Upgrade to com.google.code.gson:gson:2.8.5 * Upgrade to org.apache.httpcomponents:httpclient:4.5.6 * Upgrade to cglib:cglib:3.2.8 * Upgrade to org.apache.commons:commons-lang3:3.8 * Upgrade to org.springframework:spring-context:5.1.0.RELEASE * Upgrade to io.github.bonigarcia:webdrivermanager:3.0.0
* deprecate selendroid * fixed review * added detailed deprecated statement to use UIA1 for Android API below 21 and UI2 for API >= * making travis happy * fixed linter issue * trying to make travis happy
* add custom locator strategy * use correct strategy constant * fix lint issues * add doc links
…selenium.WrapsElement` (#1053)
* Add threshold argument to OccurrenceMatchingOptions * Fix linter
* Set up CI with Azure Pipelines update azure configs add default server path remove iOS from travis format as per azure guidelines format as per azure guidelines format as per azure guidelines Add appium server installation Install specific version of node Add appium server path Execute on appropriate environment Execute on appropriate environment * Remove android information * fix checkstyle * remove hardcoded appium path * fix node in azure mac host * fix node in azure mac host * set node 8 in path * check node path * check npm root path * check npm root path * enable tests * make codacy happy
* Add a setting for tag names normalization * wording
* depreacte UIAutomation for iOS * fix review * added deprecation description
* Delete deprecated methods * Fix widget tests * Make checkstyle happy
* get list of avd in azure mac host * get list of avd in azure mac host * mount emulator * mount emulator * Execute iOS and Android tests * Remove travis integration * Fix review comments * move variables as per azure docs * switch to azure syntax * adding travis back
Update links pointing to old versions.
Update two more links pointing in the wrong direction.
* Upgrade to org.apache.httpcomponents:httpclient:4.5.7 * Upgrade to cglib:cglib:3.2.10 * Upgrade to org.apache.commons:commons-lang3:3.8.1 * Upgrade to org.springframework:spring-context:5.1.4.RELEASE * Upgrade to org.aspectj:aspectjweaver:1.9.2 * Upgrade to io.github.bonigarcia:webdrivermanager:3.2.0
The WebDriver capabilities field remains as null until the new-session command succeeds, returning the capabilities stated by the server. If an exception happens during session creation, some handling code may try to convert the WebDriver instance to string. In which case, the conversion would throw a NullPointerException, masking the real failure. This change just protects against the NullPointerException, so the real session initiation failures can be easily troubleshooted.
* send both signalStrengh and signalStrength * add a comment to the issue
* Add the missing Android and iOS settings * Tune docs * Fix docstrings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change list
Please provide briefly described change list which are you going to propose.
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that applyDetails
Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub