Browser 2

i want to launch a application in browser and login into it … i have put all my credentials in orchestrator assert … how do i design it in studio now to do the following? step by step procedure will be appreciated

@Pooja_Kanwar,

Follow this tutorial.

If face any specific issue feel free to ask.

Hi @Pooja_Kanwar

You can apply these steps below:

  1. Use Get Credential activity to get username and password from Orchestrator.
  2. Add Open Browser activity and type the url that you want to reach.
  3. In Open Browser activity, use Type Into activities to type username and password.
  4. Finally use Click activity to click Login button
  5. Optionally, you can check whether the main page is seen or not with Element Exist activty by giving an element selector on the main page.

Hope this helps,

Regards.