fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.95k stars 140 forks source link

Hardware keyboard connected #367

Closed ldrr closed 8 years ago

ldrr commented 8 years ago

Hello Felix,

when the simulator is connected to a hardware keyboard ("Hardware / Keyboard / Connect hardware keyboard") it's not possible to set the text from a password field. The following code will fail

    XCUIApplication *app = [[XCUIApplication alloc] init];
    XCUIElement *passwordSecureTextField = app.secureTextFields[@"password"];
    [passwordSecureTextField tap];
    [passwordSecureTextField typeText:@"verySecurePassword"];

That's not an snapshot issue per se but it would be very cozy to have an option to disconnect the hardware keyboard.

Christoph

KrauseFx commented 8 years ago

:+1:

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1669. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: