My bot have to go process login only for first time, when bot running again, the process login have to be skip as the website remember user login. So how do I make :
IF (UI element not exist), then skip to next activity. Hope can get simple explanation and provide (condition in IF Else). Much appreciated
If UiElement exist Then do nothing you can click the login button or Else you do the basic login method by entering username and password and clicking on the login button.