| Timeouts クラス |
名前空間: Selenium
Dim instance As Timeouts
Timeouts には次のメンバーが定義されています。
| 名前 | 説明 | |
|---|---|---|
| ImplicitWait |
Amount of time that Selenium will wait for waiting commands to complete
| |
| PageLoad |
Amount of time the driver should wait while loading a page before throwing an exception.
| |
| Script |
Amount of time the driver should wait while executing an asynchronous script before throwing an error.
| |
| Server |
Maximum amount of time the driver should wait while waiting for a response from the server.
|
driver.Timeouts.ImplicitWait = 1000