Hi all,
Has anyone had issues with UIAButton states for the enabled property?
The buttons in question have both ..
.enabled = false
.userInteractionEnabled = false
set in the Xcode project but Appium will always return back true, am I assuming the property maps to the enabled property of the control incorrectly?
Thanks