java-client icon indicating copy to clipboard operation
java-client copied to clipboard

java-client 启动报错

Open 350078238 opened this issue 7 months ago • 1 comments

Image

Image 希望能有一个简单的 JAVA-CLIENT 的使用 DEMO ,我跑不起来,大佬们快帮我看一下

350078238 avatar Apr 15 '25 11:04 350078238

Selenium dependency does not need to be included by you, it comes bundled with Appium Java client. See the compatibility matrix in project README.

The recommended way to provide capabilities for driver creation is to use specific option builders inherited from BaseOptions class. For example XCUITestOptions to create a XCUITest driver instance or UiAutomator2Options to create an UiAutomator2 driver instance.

See:- https://github.com/appium/java-client/blob/master/docs/v7-to-v8-migration-guide.md https://github.com/appium/java-client/blob/master/docs/v8-to-v9-migration-guide.md

itkhanz avatar Apr 24 '25 07:04 itkhanz