web-ui
web-ui copied to clipboard
How to send sensitive_data like creds in the prompt?
Hi,
While writing in code format, we can pass sensitive data as mentioned in https://docs.browser-use.com/customize/sensitive-data
But while using Web-UI, how should we prompt for it to take the data from a .env file?
Thanks, Ravi.
First Thing is that you give creds directly in the prompt by mentioning it that these are the creads, thats one easy way to do it
hmm, but that's not how we should do, isn't it !