-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPA in incognito browser - try this simple hack to enable incognito mode #123
Comments
Hi @richylyq as RPA for Python is meant to replicate normal usage of web browser, it does not have an option to run incognito or headless mode. However, there are hacks to do so if you wish. For incognito mode, first find the folder where TagUI is automatically installed. For Windows, location of TagUI is %APPDATA%\tagui (%APPDATA% is usually C:\Users\Username\Appdata\Roaming). Then open the file src\tagui.cmd for edit. Add in the incognito switch by changing
to
For macOS / Linux it is in
to
For reference, adding running in headless mode example here - #109 However, note that these hacks will be gone when you upgrade the package to a new version. |
Incognito is not the same as headless. Headless means that the browser is invisible, automation running in background without seeing the browser at all. Incognito is when you want to prevent browsing history from being saved but you can see the browser running. |
Is it possible to run the RPA in incognito browser, instead of the normal browser instance.
i saw that it is possible to run in headless mode, but i am not sure whether incognito and headless mode serves the same purpose..
I am running RPA in my local jupyter notebook so please also direct the method to change the tagui.py file if there is a need to change anything. Thanks in advance
The text was updated successfully, but these errors were encountered: