Skip to content

java-client 启动报错 #2288

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

Open
350078238 opened this issue Apr 15, 2025 · 1 comment
Open

java-client 启动报错 #2288

350078238 opened this issue Apr 15, 2025 · 1 comment

Comments

@350078238
Copy link

Image

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

@itkhanz
Copy link

itkhanz commented Apr 24, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants