Ensure Selenium is imported

This commit is contained in:
Manuel Thalmann 2024-08-08 02:59:02 +02:00
parent 16f3c72eb3
commit 29b0de86dc

View file

@ -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