kimsia
Self hosted. how to use approval or input step to manually key in login credentials?
I want a script that will perform some actions in substack. The key part is that the script needs to login as me first.
I have looked at https://www.windmill.dev/docs/flows/flow_approval and there's such a thing as an approval step.
is it possible using chromium worker and then using an approval step for me to manually key in my login credentials (which includes 2FA) then performs additional step?
I am thinking like this:
i found this
hub/1541/http/send_get_request
step. can it act as the go_to_url
script in my flow?
Or i need to use with selenoid or selenium? as in this eaxmple https://www.windmill.dev/blog/use-selenium-with-windmill4 replies
[Solved] Browser automation self-hosted: python example for initial login
i have a use case where i need to login to substack manually using my username and password. then followed by my TOTP MFA code.
once that's done, i want the rest of the browser automation take over in terms of downloading invoices.
I found https://www.windmill.dev/docs/advanced/browser_automation but the examples are all not python.
I used claude and tried
what happens is
I am running locally using docker in my macOS laptop M1
how do i solve this?
I am on the Pro Plan trial period.
14 replies