Ensure Selenium is imported
This commit is contained in:
parent
16f3c72eb3
commit
29b0de86dc
1 changed files with 38 additions and 36 deletions
|
@ -52,6 +52,7 @@ $null = New-Module {
|
|||
[string] $OutDir
|
||||
)
|
||||
|
||||
Start-BrowserAutomation {
|
||||
if (-not $OutDir) {
|
||||
$OutDir = ".";
|
||||
}
|
||||
|
@ -100,6 +101,7 @@ $null = New-Module {
|
|||
Remove-Item -Recurse $dir;
|
||||
$result;
|
||||
}
|
||||
}
|
||||
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
Loading…
Reference in a new issue