• Send input and wait a number of milliseconds.

    Useful if you know some what will happen after input will take a certain amount of time and it will not cause any visible change so you can't use sendInputAndWaitForChange. This function can also be used if you want to test that nothing changes after some input has been sent.

    Parameters

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

    Returns Promise<void>