run Chrome incognito
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2021
08:02 AM
05-24-2021
08:02 AM
run Chrome incognito
I have a need to run the Chrome browser in incognito mode
I can't find a way that I am allowed this by out of the box
I can write a Batch file or a tested App to call Chrome with incognito mode
Does anybody know how I can navigate using the new browser setup ?
Navigate defaults back to chrome (normal mode)
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2021
12:02 PM
05-25-2021
12:02 PM
try using something like this to launch it in a code snippet instead of using navigate
chrome.exe google.com -incognito
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021
12:25 AM
05-26-2021
12:25 AM
I am running a TestedApp to start a batch file
ipconfig /flushdns
c:
cd "Program Files\Google\Chrome\Application"
start Chrome.exe --incognito
This works as expected but TestComplete can't perform actions in the Incognito mode Window
I have tried navigating with the "Current browser" (only window open), but nothing appears to happen
