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
|
[string] $OutDir
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Start-BrowserAutomation {
|
||||||
if (-not $OutDir) {
|
if (-not $OutDir) {
|
||||||
$OutDir = ".";
|
$OutDir = ".";
|
||||||
}
|
}
|
||||||
|
@ -100,6 +101,7 @@ $null = New-Module {
|
||||||
Remove-Item -Recurse $dir;
|
Remove-Item -Recurse $dir;
|
||||||
$result;
|
$result;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
|
Loading…
Reference in a new issue