Unable to execute tests in iOS 18 devices using Device-Farm-Plugin #1455
Unanswered
mukundhank1
asked this question in
Q&A
Replies: 1 comment
-
@mukundhank1 I don't see any errors that is stoping you from automating in iOS18 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue: Unable to execute tests in iOS 18 devices using Device-Farm-Plugin
We recently encountered issues when trying to use the Appium Device Farm plugin with iOS 18 devices. After investigating the logs, we identified several key points:
Root Cause
The root cause appears to be related to how non-standard HTTP requests were being handled by the Appium server. Specifically:
/session
and/session/{sessionId}/timeouts
were not being proxied to the Device Farm plugin.Appium Server Logs
We've attached the full Appium server logs for reference: https://gist.github.com/mukundhank1/0d8ca38cd3b1669b098679014c1a30b1
Environment Details
Has anyone else experienced issues with iOS 18 devices and the Device Farm plugin? If so, what steps did you take to resolve them?
We would like to share our experiences to help others avoid similar problems in the future.
Any insights or suggestions from the community would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions