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

Update APIRef.ActionsOnElement.md #1437

Merged
merged 1 commit into from Jun 10, 2019
Merged

Update APIRef.ActionsOnElement.md #1437

merged 1 commit into from Jun 10, 2019

Commits on Jun 7, 2019

  1. Update APIRef.ActionsOnElement.md

    This appears to be an important pre-requisite to successfully calling `typeText`, because it uses the builtin keyboard in all text fields.
    
    To use the builtin keyboard, it must be toggled on first in the simulator in any text field, otherwise an error will be thrown in the terminal:
    
    ```sh
    Detox _ Failed to type string because keyboard was not shown on screen
    ```
    
    One can achieve this by tapping on any app text field, then selecting *Hardware -> Keyboard -> Toggle Software Keyboard (⌘K)*.
    
    This will now automatically toggle the builtin keyboard on during tests.
    Leo Taifa Merinen committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    b557afe View commit details
    Browse the repository at this point in the history