I am trying to create a SERP scraper using Django + next.js and the algorithm utilizes selenium's headless chrome browser. The problem is every time it gets stuck in captcha so the only solution I got is to open the browser so the user can solve the captcha, then the program can continue scraping. but since the program is running in backend how can I open the driver on user's desktop?