Skip to content

Variables

Create

Variables are assigned

$web_broswer = Get-Process MicrosoftEdge

Display

echo $test_var

Method

$web_browser.kill()