I an new to UiPath studio, and learning business flows through my company next to my training, I want to create a testcase, that goes on our company frontpage and looks for login applets is visible.
what could be good to use as activities, and error logging?
aquinn
(Aquinn)
January 27, 2023, 12:38pm
2
for the website, you could use open browser, to click you can simply use a click activity.
To check whether the login applet is visible you should use the image exists activity as a boolean for whether it has appeared.
You could use a try catch for error logging or use a log message
varunk
(Varun Kumar)
January 27, 2023, 1:12pm
3
@Jacob_Albrektsen
Follow below steps to create a simple workflow:
For Opening browser use open browser activity
To login-icon use click activity
For clicking the login page on login screen use click activity
To check login applet is visible use element exist activity if exists the use check activity
For clicking on next pane use click activity
To check login applet is visible use element exist activity if exists the use check activity
Thanks
Varun
system
(system)
Closed
January 31, 2023, 10:49am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.