serhatbolsu / robotframework-appiumlibrary

AppiumLibrary is an appium testing library for RobotFramework
Apache License 2.0
393 stars 291 forks source link

[iOS 15.5][Appium 1.22.3] : "Launch Application" , "Quit Application" , and "Go Back" keywords are not having any effect on mobile phone #347

Open nidit-mehta opened 1 year ago

nidit-mehta commented 1 year ago

XCode version: 13.4.1 Appium version: 1.22.3 robotframework-appiumlibrary version: 1.6.3 Appium-Python-Client: 1.3.0 iPhone and iOS: iPhone 8 and iOS 15.5

Launch Application and Quit Application keywords are getting executed successfully but these keyword's effect is no more seen on the mobile phone with the above environment setup

On appium version <= 1.21.0, Launch Application and Quit Application keywords are working as expected.

Go Back keyword is also not working !

I want to "Relaunch" my iOS app, Is there any other way that can be performed and can be integrated with Robot Framework script ?

Suggestion:

Note - Above mentioned keywords are working as expected for Android platform. Seems like there might issue between XCode and Appium v1.22.3 (As this bridge is only having the issue, maybe both are not compatible with each other)

Same question I have asked in Stack Overflow - Link

Thanks in advance.

serhatbolsu commented 1 year ago

Test fix here please #363