waitForTimeout
Wait for a period of time, defined in milliseconds
Example:
mutation WaitForTimeout {
waitForTimeout(time: 1000) {
time
}
}
waitForTimeout(
time: Float!
): WaitForTimeout
Arguments
waitForTimeout.time
● Float!
non-null scalar
The amount of time to wait for, in milliseconds
Type
WaitForTimeout
object
Response returned after having waited for a selector to appear in the DOM