Having problem with copilot script

symonkings

Regular Member
Joined
Mar 7, 2024
Messages
494
Reaction score
148
Actually I am building a automation script which will visit the copilot using chromdriver add the message and generate response and then delete the cookies and then repeat the process but still it can't delete the cookies I also try to get solution from AI (chatgpt, Claude) but still same error. Can someone help please.
 
Bro, I can’t understand what you’re trying to say.
Can you elaborate? I could help you.
 
Bro, I can’t understand what you’re trying to say.
Can you elaborate? I could help you.
I'm working on an automation script using Chromedriver. The script is supposed to:
  1. Visit a copilot.microsoft.com
  2. Add a message
  3. Get a response from the site.
  4. Delete all cookies to reset the session.
  5. Repeat the process from step 1.
However, I'm having trouble deleting the cookies. I've tried various solutions, including seeking help from AI tools like ChatGPT and Claude, but I keep getting the same error. Can you help me figure out why the cookies aren't being deleted properly? The reason why deleting the cookies is important because it starts showing message and stop giving response "your limit has reached"
 
I'm working on an automation script using Chromedriver. The script is supposed to:
  1. Visit a copilot.microsoft.com
  2. Add a message
  3. Get a response from the site.
  4. Delete all cookies to reset the session.
  5. Repeat the process from step 1.
However, I'm having trouble deleting the cookies. I've tried various solutions, including seeking help from AI tools like ChatGPT and Claude, but I keep getting the same error. Can you help me figure out why the cookies aren't being deleted properly? The reason why deleting the cookies is important because it starts showing message and stop giving response "your limit has reached"
Ok, chromedriver , Python.
Chrome browser .
Now.
Are you opening the targeted website from incognito mode?
 
Ok, chromedriver , Python.
Chrome browser .
Now.
Are you opening the targeted website from incognito mode?
No it just opening new tab through chromdriver.
 
No it just opening new tab through chromdriver.
And you are using the same IP address I guess.
So , I would say that your issue can be solved using incognito mode.

If your script work as you said, then the step clearing cookies it’s not needed, when the script get the response , then you just need to reset it again right?
so get the response, and turn off the chrome instance , and make your script automatically run again everything.
 
And you are using the same IP address I guess.
So , I would say that your issue can be solved using incognito mode.

If your script work as you said, then the step clearing cookies it’s not needed, when the script get the response , then you just need to reset it again right?
so get the response, and turn off the chrome instance , and make your script automatically run again everything.
Ok so here's the workflow tell me if I am wrong:
  1. Open chrome incognito mode using chromdriver
  2. Visit a copilot.microsoft.com
  3. Add a message
  4. Get a response from the site.
  5. Delete all cookies to reset the session.
  6. Repeat the process from step 1.
Will it work right.
 
Ok so here's the workflow tell me if I am wrong:
  1. Open chrome incognito mode using chromdriver
  2. Visit a copilot.microsoft.com
  3. Add a message
  4. Get a response from the site.
  5. Delete all cookies to reset the session.
  6. Repeat the process from step 1.
Will it work right
With incognito mode you don’t need to reset cookies, cookies will disappear when you close that window instance. So that’s not required.

If you love the 6 steps then you should add one valid point , proxies.
 
With incognito mode you don’t need to reset cookies, cookies will disappear when you close that window instance. So that’s not required.

If you love the 6 steps then you should add one valid point , proxies.
Ok. Thanks for your help. I love you man.
 
With incognito mode you don’t need to reset cookies, cookies will disappear when you close that window instance. So that’s not required.

If you love the 6 steps then you should add one valid point , proxies.
By the way do you need any help? Are you also a coder. Who make automation bots.
 
I assume you only want programmatic access to ChatGPT, that's why you're trying this. Have a look at G4f these guys have already reversed engineered some websites and you can gain acces to other open source models as well, if that works for you.
 
I assume you only want programmatic access to ChatGPT, that's why you're trying this. Have a look at G4f these guys have already reversed engineered some websites and you can gain acces to other open source models as well, if that works for you.
You r right bud, because the chatgpt is not working on chrome driver.
 
I assume you only want programmatic access to ChatGPT, that's why you're trying this. Have a look at G4f these guys have already reversed engineered some websites and you can gain acces to other open source models as well, if that works for you.
Hey by the way it can work with no issues means it can be run for unlimited times right.
 
Back
Top