Ensure Selenium is imported

This commit is contained in:
Manuel Thalmann 2024-08-08 02:59:02 +02:00
parent dfa18b0671
commit 710268ed28

View file

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