We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A cmdlet to deal with the different timeouts from $Driver.Manage().Timeouts() (Implicit,,PageLoad,AsyncJavascript)
$Driver.Manage().Timeouts()
The current way to do it once the driver is started is: $Driver.Manage().Timeouts().ImplicitWait = [TimeSpan]::FromMilliseconds($ImplicitWait * 1000)
$Driver.Manage().Timeouts().ImplicitWait = [TimeSpan]::FromMilliseconds($ImplicitWait * 1000)
The text was updated successfully, but these errors were encountered:
Set-SeDriverTimeout #150
2956033
#150
5d2846d
Corresponding Get + positionally bound.
8be4fdb
5ff39bd
itfranck
No branches or pull requests
A cmdlet to deal with the different timeouts from
$Driver.Manage().Timeouts()
(Implicit,,PageLoad,AsyncJavascript)The current way to do it once the driver is started is:
$Driver.Manage().Timeouts().ImplicitWait = [TimeSpan]::FromMilliseconds($ImplicitWait * 1000)
The text was updated successfully, but these errors were encountered: