[]
Waits for network idle during the specified amount of time.
public void WaitForNetworkIdle(int idleTime = 500, int maxTimeout = 30000)
Public Sub WaitForNetworkIdle(Optional idleTime As Integer = 500, Optional maxTimeout As Integer = 30000)
How long to wait for no network requests, in milliseconds.
Maximum time to wait for, in milliseconds.