We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec98912 commit a4c5071Copy full SHA for a4c5071
README.md
@@ -43,4 +43,10 @@ $Driver = Start-SeFirefox
43
Enter-SeUrl https://www.poshud.com -Driver $Driver
44
$Element = Find-SeElement -Driver $Driver -Id "txtEmail"
45
Send-SeKeys -Element $Element -Keys "adam@poshtools.com"
46
+```
47
+
48
+## Run Chrome with options
49
50
+```powershell
51
+$Driver = Start-SeChrome -Arguments "headless","incognito"
52
```
0 commit comments