Chai PrincessC
Windmill10mo ago
2 replies
Chai Princess

Is it possible to mix python and typescript within in the same flow and have them simultaneously run

I want to implement this solution mentioned by Perplexity.ai: https://www.perplexity.ai/search/is-it-possible-to-start-a-chro-D7iYBu8mSnG..yVEcGxb3g#0

To alleviate an issue I am having in automating a form submission for my users because of a hidden Cloudflare Turnstile Captcha. I read elsewhere that the undetected_chromedriver in Python can do that. My issue is that the script I am trying to execute uses Puppeteer and i would very much like not having to re-write it. It looks technically possible, but I was wondering if its possible on Windmill itself?

Thoughts?
Perplexity AI
To integrate an undetected ChromeDriver session with TypeScript via WebSocket and Puppeteer, you'll need to bridge Selenium-controlled Chrome with Puppeteer...
Is it possible to start a chromium undetected_chromedriver session ...
Was this page helpful?