Skip to content

Get / Set-SeDriverTimeout #150

New issue

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

Closed
itfranck opened this issue Oct 2, 2020 · 0 comments
Closed

Get / Set-SeDriverTimeout #150

itfranck opened this issue Oct 2, 2020 · 0 comments
Assignees
Milestone

Comments

@itfranck
Copy link
Collaborator

itfranck commented Oct 2, 2020

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)

@itfranck itfranck added this to the V4.0 milestone Oct 2, 2020
@itfranck itfranck self-assigned this Oct 2, 2020
@itfranck itfranck changed the title Set-SeDriverImplicitWait Set-SeDriverTimeout Oct 2, 2020
itfranck added a commit that referenced this issue Oct 2, 2020
@itfranck itfranck closed this as completed Oct 2, 2020
@itfranck itfranck reopened this Oct 3, 2020
@itfranck itfranck changed the title Set-SeDriverTimeout Get / Set-SeDriverTimeout Oct 3, 2020
itfranck added a commit that referenced this issue Oct 3, 2020
Corresponding Get + positionally bound.
@itfranck itfranck closed this as completed Oct 3, 2020
itfranck added a commit that referenced this issue Oct 13, 2020
itfranck added a commit that referenced this issue Oct 13, 2020
Corresponding Get + positionally bound.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant