File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 - command : exec
77 lang : shell
88 linux : |
9- jumpapp google-chrome --disable-fre --no-default-browser-check --no-first-run "${TD_WEBSITE}" &
9+ jumpapp google-chrome --disable-fre --no-default-browser-check --no-first-run --guest "${TD_WEBSITE}" &
1010 exit
1111 mac : |
12- open -na "Google Chrome" --args --disable-fre --no-default-browser-check --no-first-run --disable-features=PasswordManagerEnabled "${TD_WEBSITE}" &
12+ open -na "Google Chrome" --args --disable-fre --no-default-browser-check --no-first-run --guest -- disable-features=PasswordManagerEnabled "${TD_WEBSITE}" &
1313 exit
1414 windows :
15- Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "${TD_WEBSITE}"
15+ Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--guest" " ${TD_WEBSITE}"
1616 exit
1717 - command : wait-for-text
1818 text : " Google Chrome"
You can’t perform that action at this time.
0 commit comments