microsoft / WinAppDriver

Windows Application Driver
MIT License
3.67k stars 1.4k forks source link

How to update appium java-client and selenium-java dependency #1761

Open macap68 opened 2 years ago

macap68 commented 2 years ago

I'm using java CalculatorTest to learn about testing automation with appium. At the moment it work fine using this pom.xml and java class

image

But when I try to update to latest version appium java client from 5.0.0-BETA8-->8.1.1 selenium-java from 3.4.0-->4.3.0 There are some method not available, probably deprecated. How can I change them image Thanks in advance

anunay1 commented 2 years ago

Win app driver is not yet W3C compliant. So the sample examples will not work with the latest version of Appium.

macap68 commented 2 years ago

Win app driver has not yet W3C compliant. So the sample examples will not work with the latest version of Appium.

Thank you very much!