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
Appium_ inspector obtains the coordinates of the elements under the horizontal screen on the iPad Pro, and the result is the coordinates of the vertical screen state
#19385
Closed
3 tasks done
yanyun212 opened this issue
Nov 8, 2023
· 3 comments
I use the most recent available driver/plugin and server versions
Is the component officially supported by the Appium team?
I have verified the component repository is present under the Appium organization in GitHub
Is there an existing issue for this?
I have searched the existing issues
Current Behavior
Appium_ inspector obtains the coordinates of the elements under the horizontal screen on the iPad Pro, and the result is the coordinates of the vertical screen state
Expected Behavior
The coordinates of the elements under the horizontal screen should be correct
These coordinates are returned by XCTest. I assume internally Apple does the necessary transformations to them, so actions happen at correct places. There is nothing we could do there from our side though.
This could be the same issue as appium/appium-inspector#1025. I haven't yet checked the behavior with a real iPad to know if it's the coordinates or the Inspector.
Do I have the most recent component updates?
Is the component officially supported by the Appium team?
Is there an existing issue for this?
Current Behavior
Appium_ inspector obtains the coordinates of the elements under the horizontal screen on the iPad Pro, and the result is the coordinates of the vertical screen state
Expected Behavior
The coordinates of the elements under the horizontal screen should be correct
Minimal Reproducible Example
{
"platformName": "iOS",
"appium:platformVersion": "16.5.2",
"appium:deviceName": "iPad",
"appium:bundleId": "com.mindray.Infinity",
"appium:udid": "auto",
"appium:webDriverAgentUrl": "http://127.0.0.1:8101",
"appium:noReset": "true",
"appium:usePrebuiltWDA": "false",
"appium:useXctestrunFile": "false",
"appium:skipLogCapture": "true",
"appium:automationName": "XCUITest"
}
Environment
appium --version
): v2.0.0-rc.5node --version
): v18.16.1npm
version (output ofnpm --version
):9.5.1Link to Appium Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: