You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a situation where multiple applications with the same bundle identifier (bundleID) are running simultaneously, it would be convenient to have the ability to set the process ID (PID) to connect to the correct application. However, using the application path (appPath) is not always the best option, as this path can also be the same.
The text was updated successfully, but these errors were encountered:
I have a similar issue. We are using two different Python versions, and Appium can't resolve the path correctly. For example, the app is run using Python 3.9, but Appium continues to search for Python at /Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app. As a result, it's not possible to connect to the app.
In a situation where multiple applications with the same bundle identifier (bundleID) are running simultaneously, it would be convenient to have the ability to set the process ID (PID) to connect to the correct application. However, using the application path (appPath) is not always the best option, as this path can also be the same.
The text was updated successfully, but these errors were encountered: