Hello Team,
I am not able to capture any elements on physical iPad device in Landscape mode.
Elements appear to be offset.
I suspect it considers the screen in Portrait mode even though it’s in landscape mode.
I am using below devices:
iPAD(10th generation) - iOS 17.6.1
Xcode - 15.4
Appium - 2.11.3
Xcuitest to 7.26.0
Note - I am able to capture the elements in the portrait mode on ipad
Could you please help me or provide any inputs on this ?
Post
Replies
Boosts
Views
Activity
Not able to capture individual elements on the home screen of iOS17 device with xCode 15 and appium2
Not able to capture the individual elements on the iOS 17 device (using iPhone 14) using Appium inspector.
It always capture/ highlight the entire home screen as one element.
As per the Appium support team, this is an issue with XCTest framework.
The getPageSource() method is loading indefinitely.
Please refer below links-
https://github.com/appium/appium-inspector/issues/1225
https://github.com/appium/appium/issues/19429
I am using below configurations-
MacBook AIR (Apple M2 2022) - Sonoma 14.1.2
Appium Version - 2.0.1
Appium Inspector - 2023.11.1
Available drivers:
xcuitest@5.11.8 (automationName 'XCUITest')
uiautomator2@2.34.2 (automationName 'UiAutomator2')
Node - v21.3.0
npm - 10.2.4
Xcode - Version 15.0.1 (15A507)
Could you please clarify if this is an existing/known issue or am I missing something?
Note - Let me know if any other information needed from my end for better clarity.
I will appreciate your inputs on this.
Thanks in advance!
Sometimes our Test devices prompt for the passcode/touch ID to "Enable UI Automation", when WebDriverAgent is installed on the device using XCode. Then it works for some hours or days, but after some time it prompts again, even when WebDriverAgent is already installed.
"Enable UI Automation" is already enabled in "Settings" - "Developer" menu.
The devices are located remotely and we can't access them directly, so this is a big issue for us right now. Removing the passcode is no valid workaround since we have apps that require the passcode to start.
Why it is random even when "Enable UI Automation" is already enabled and WebDriverAgent is already installed or no change.