Skip to content
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

what if using app.keyboard? Would be performance better #384

Closed
aelam opened this issue Sep 18, 2020 · 0 comments
Closed

what if using app.keyboard? Would be performance better #384

aelam opened this issue Sep 18, 2020 · 0 comments

Comments

@aelam
Copy link

aelam commented Sep 18, 2020

XCUIElement *keyboard = [app.fb_query descendantsMatchingType:XCUIElementTypeKeyboard].fb_firstMatch;

Why doesn't use app.keyboard here?

    XCUIElement *keyboard = [app.fb_query descendantsMatchingType:XCUIElementTypeKeyboard].fb_firstMatch;

takes very long on iOS 13 for the match IF the keyboard is not shown

@aelam aelam closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant