appium / java-client

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

fix: class of proxy method in AppiumClientConfig #2026

Closed KazuCocoa closed 11 months ago

KazuCocoa commented 11 months ago

Change list

Noticed the class of return value in proxy in AppiumClientConfig should be AppiumClientConfig

Types of changes

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

Details

ClientConfig should be AppiumClientConfig as same as other methods in the class