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
You can apply these steps below:
- Use Get Credential activity to get username and password from Orchestrator.
- Add Open Browser activity and type the url that you want to reach.
- In Open Browser activity, use Type Into activities to type username and password.
- Finally use Click activity to click Login button
- 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.