Skip to content

Commit

Permalink
Add headless mode back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrodksmith authored Mar 11, 2024
1 parent 45d64f5 commit fffe6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Get-WarrantyDell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Get-WarrantyDell {
}
# Start a new browser session with headless mode
try{
$driver = Start-SeleniumModule -WebDriver $Seleniumdrivermode -Headless $false
$driver = Start-SeleniumModule -WebDriver $Seleniumdrivermode -Headless $true
}catch{
Write-Verbose $_.Exception.Message
$WarObj = [PSCustomObject]@{
Expand Down

0 comments on commit fffe6f5

Please sign in to comment.