Skip to content

Get / Set-SeDriverTimeout #150

@itfranck

Description

@itfranck

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)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions