Chatgpt is Not Work In Chromdriver

samkalt

Regular Member
Joined
Jan 3, 2024
Messages
279
Reaction score
61
I actually build so many bots but whenever I try to setup automation with chatgpt with chromedriver. It doesn't give response.

It open chrome with chromedriver then visit chatgpt website but when it added the message it just loading. And don't give any response.
 
ChatGPTs interacttion could be stopped by automation detection. Look out for services or libraries to automatically solve captcha but make sure to follow their rules. mix up how long you wait move the mouse and type to act like a real person. Also Think about using a proxy rotation service to prevent ChatGPT from getting blocked. Check out browser automation tools made for interactive websites such as Puppeteer or Playwright.
I actually build so many bots but whenever I try to setup automation with chatgpt with chromedriver. It doesn't give response.

It open chrome with chromedriver then visit chatgpt website but when it added the message it just loading. And don't give any response.
 
ChatGPTs interacttion could be stopped by automation detection. Look out for services or libraries to automatically solve captcha but make sure to follow their rules. mix up how long you wait move the mouse and type to act like a real person. Also Think about using a proxy rotation service to prevent ChatGPT from getting blocked. Check out browser automation tools made for interactive websites such as Puppeteer or Playwright.
No it just loading and not give answer.
 
Maybe your bot is being silently detected. Try with Seleniumbase in UC mode and see if it works!
 
You couldn't just use the chatgpt API to get the response you need?
 
I can’t understand why use chrome driver when you can use just API .
 
Back
Top