WebTestingSettingsPageLoadTimeout Property |
Gets or sets the number of milliseconds to wait until the browser loads the page and becomes ready to accept user input.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.72.408.11 (14.72.408.11)
Syntax public long PageLoadTimeout { get; set; }
Public Property PageLoadTimeout As Long
Get
Set
Dim instance As WebTestingSettings
Dim value As Long
value = instance.PageLoadTimeout
instance.PageLoadTimeout = value
public:
property long long PageLoadTimeout {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also