Skip to content

Commit a4c5071

Browse files
rootroot
authored andcommitted
Updated README
1 parent ec98912 commit a4c5071

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ $Driver = Start-SeFirefox
4343
Enter-SeUrl https://www.poshud.com -Driver $Driver
4444
$Element = Find-SeElement -Driver $Driver -Id "txtEmail"
4545
Send-SeKeys -Element $Element -Keys "[email protected]"
46+
```
47+
48+
## Run Chrome with options
49+
50+
```powershell
51+
$Driver = Start-SeChrome -Arguments "headless","incognito"
4652
```

0 commit comments

Comments
 (0)