Is it possible to mix python and typescript within in the same flow and have them simultaneously run
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?