sup filistine
sup filistine2w ago

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
Is it possible to start a chromium undetected_chromedriver session ...
To integrate an undetected ChromeDriver session with TypeScript via WebSocket and Puppeteer, you'll need to bridge Selenium-controlled Chrome with Puppeteer...
1 Reply
sup filistine
sup filistineOP7d ago
if not possible technically within the same execution, i could look into running the selenium part out of band and just having the typescript be in the windmill flow. never mind. spoke too soon. its not even working locally, so not worth pursuing.

Did you find this page helpful?