ios - Cannot find/click any elements on Apple Pay view in UITest -
i've been able run applepay in uitests, once pkpaymentauthorizationviewcontroller displayed, none of elements on view locatable , attempt select elements on underlying application view result in error "..... not frontmost".
has else encountered problem and/or have idea how work around it?
the apple pay ui presented out of process (even though trigger uiviewcontroller
subclass), don't think you'll able pick ui testing. it's presented out of process app can't modify or manipulate apple pay views.
Comments
Post a Comment