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)`