I am working on RPA Automations Project, where we need to login into a Application using the Edge browser, after logging we need to make few update and complete the Transaction.
The Web Application that we are using is having some issue so we need to clear the cache ,previous session history & cookies on regular time intervals. When we were working with IE we have a found an easy way to clear them using the Bat File, but that Bat file is not working for Edge.
I have added the bat file command for IE, is there any command same like that for Edge also.
<RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351>
Any suggestion will be helpful.
Thanks in Advance, Harsha