[]
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)
Type | Name | Description |
---|---|---|
int | idleTime | How long to wait for no network requests, in milliseconds. |
int | maxTimeout | Maximum time to wait for, in milliseconds. |