WaiterWaitForFile Method
Waits for a file to be ready.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Waiter
Dim path As String
Dim timeout As Integer

instance.WaitForFile(path, timeout)

Parameters

path
Type: SystemString
File path
timeout (Optional)
Type: SystemInt32
Timeout in milliseonds
See Also