I used selenium earlier for web application testing. I tried to test mobile application using appium I ran into error on the code side. I added appium Java client, selenium server, and comms Lang jars as dependencies. See the images attached and help me with the issue.
1 Like
Hi, two things:
- which error message does the compiler print?
- there were some changes in late java-client releases so it is possible that the tutorial you followed is not up to date.
make sure to use the right javadoc, according to your client version: https://javadoc.io/doc/io.appium/java-client/latest/index.html
3 Likes
your capabilities structure also looks a little incomplete still, you are unlikely to get joy with that.
1 Like
Newer version on appium doesn’t require tag. It is not an issue. U can downgrade the client version to continue working with .