prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

With Appium version 2.x is throwing error "org.openqa.selenium.UnsupportedCommandException: Method has not yet been implemented" #393

Closed vsan6545 closed 5 months ago

vsan6545 commented 5 months ago

Hi @prashant-ramcharan can you please help here, forgive me if this is not related to "courgette-jvm" library Today we have upgraded our appium version to 2.x and just to validate if appium version 2.x is compatible with "courgette-jvm" or not i have downloaded your sample project and executed test on emulator and simulator

Courgette-JVM with Appium Example (iOS) Courgette-JVM with Appium Example (Android)

It is throwing below error

Screenshot 2024-02-06 at 3 17 01 PM

at here

Screenshot 2024-02-06 at 3 17 10 PM

Here is the full log

https://gist.github.com/vsan6545/16e9c2687019d3bf68de67ddd6ca6b4a

Can you please help here, how to unblock this issue? Your help as usual will be much appreciated.

Thanks Vinit

vsan6545 commented 5 months ago

Hi @prashant-ramcharan closing this issue, it was just that to comment out driver.lunchApp() and it started working. With appium version 2.x we don't need that line