appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.18k stars 752 forks source link

refactor: Replace private usages of Guava Collections API with Java Collections API #2136

Closed valfirst closed 3 months ago

valfirst commented 3 months ago

Change list

Public API based on Guava Collections API is not changed (it's already deprecated): https://github.com/appium/java-client/blob/79c6c0ce87cabc8ca5cfd3f047083a43203f5915/src/main/java/io/appium/java_client/MobileCommand.java#L437-L471

Types of changes

What types of changes are you proposing/introducing to Java client? Put an x in the boxes that apply