• Send input and wait for the last frame to change.

    Useful when you want to send some input and wait for anything to change in the interface. If you need to wait for a specific change instead, you can use sendInputAndWaitForContent.

    Parameters

    • renderInstance: Instance
    • Rest ...inputs: string[]

    Returns Promise<void>