Open Browser but password prompt

Hello, I want to web scrap a site but it is prompting password every time. But I can’t find any activities to set the password permanently. Please help.

setting a password permanently isn’t an activity in terms of UiPath.
If your browser supports that option, it is an action you need to do there yourself. Once.

Or… build your bot so that it enters the user + pass by applying type into en click where needed using the proper credentials.

There are only two ways as mentioned in the above comment

  1. Check with ur application whether u have an option to do a Single sign on so that u don’t need to login again and again
    Which means this can rectified first from application itself

  2. Or you have to build the bot in a way to enter the password with TYPE INTO activity
    To store the password on a safer side have it in ASSETS of orchestrator and get it in studio with Get Credentials activity

Cheers @onlyujjal