'Is there any selenium browser options to remove local user account data shown edge browser in automation testing
When I try to perform automated login using edge chromium browser by selenium , by default the edge chromium browser of automation instance takes the logged user data in edge browser instance and displaying the users, Is there any browser options or capabilities that would disable user data being shown when running selenium tests in edge chromium browser
[1]
[1]: https://i.stack.imgur.com/9L8q1.png
Solution 1:[1]
try this if something does not work out, write to us and we will think further https://selenium-python.readthedocs.io/api.html?highlight=cookie#:~:text=the%20specified%20element_id.-,delete_all_cookies,-()%C2%B6
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Vadim |
