-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elements inside iCarousel are not anabled for accessibility #827
Comments
Check out #653. You might have to point your Podfile to that person's repo and that commit. |
I think that solution will not help me with as I would need to see every component inside the carousel: images, labels, etc. |
Hi there, we have the same problem. |
Hi, we also had same problem. Can not inspect any item on icarousel with appium. If someone find a way please share with me. Sent with GitHawk |
You can set isAccessibilityElement of the iCarousel object to false because it is just a container in this case. |
If you comment the lines below on iCarousel.m file, iCarousel view and its custom subviews will be accessible.
|
I am facing the similar issue and tried the solutions provided above. and also setting isAccessibilityElement of the iCarousel object to false. Let me know if there is any solution |
I am doing automation testing for one iOS application which uses iCarousel and I am facing the issue that I cannot locate the elements inside the iCarousel so I cannot use them for test automation.
I have tried with Appium inspector and XCode accessibility inspector with same result.
Is there any way to set the elements inside the iCarousel as enabled for Accessibility?
Thank you
The text was updated successfully, but these errors were encountered: