Yielding Methods
How to find them?
How to use them?
The Wait method
Wait method# Waits for 5 seconds
Wait 5s
# Waits for half a second
Wait 0.5s
# Waits for 15 milliseconds
Wait 15ms
# Waits for 5 minutes
Wait 5m
# Waits for half an hour
Wait .5hThe WaitUntil method
WaitUntil methodLast updated