How can I remove google chrome cookies

后端 未结 3 585
陌清茗
陌清茗 2020-12-07 04:37

I\'m trying to remove cookies of chrome browser. Firstly I declared the path

string chromeLocation1 = \"C:\\\\Users\\\\\" + Environment.UserName.ToString() +         


        
3条回答
  •  不思量自难忘°
    2020-12-07 05:21

    you can clear the cookies history and cache by following the below console application

    https://stackoverflow.com/a/57111667/9377382

提交回复
热议问题