Facing error while doing assessment Calculate Security Hash

Hi @Lahiru.Fernando

Another doubt: I am getting error saying “Throw Incorrect Credential”. After login, I have given a condition saying If Not LoginSuccess then go to Credentials check.

For LoginSuccess parameter = Boolean i.e. sets to true when it finds element Dashboard. Eventhough Dashboard element exists, loginsuccess variable is setting to False. Can you please help here.Main.xaml (61.7 KB)
Login.xaml (16.2 KB)
InitAllApplications.xaml (6.8 KB)

Hi @Leela_Javvaji

Sorry for the late reply… That error is coming because, in your Element Exists activity, you have not specified the output parameter :slight_smile:

This should be assigned to LoginSuccess variable of yours. Then it will work fine :slight_smile:

3 Likes

Hey Thanks alot…its working fine now.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.