How to capture Pop up Window

hi , Iam testing some web browser ,like iam enter a correct password and user id then home page will be open success. but i enterd wrong password small pop up showing how to captur . help!

Thanks
Siva.v

Hey @vsivaraman81,

After entering the Credential and click on the login, use the Element Exists activity and capture the Green button in this popup and check if that activity returns True that mean you have entered the wrong creds.

Thanks,
Sanjit

1 Like

Hi @vsivaraman81 ,
Use element exist activity and indicate that particular pop up and the output of the activity will be boolean value True or false.
Now check the boolean value=True provide a log message stating: "Incorrect password/credentials.
If boolean value is false state log message: “login success”

Thanks & Regards,
Shubham Dutta

1 Like

Hi @Sanjit_Pal

Its worked …thanks

Thanks & Regards
Siva.v

Hi @Shubham_Dutta

Yes ,its Worked . Thanks for response

Thanks & Regards
Siva.v

Hi @vsivaraman81 ,
Please mark answer as solution and close the thread if you got your solution.

Have a good day!

Thanks & Regards,
Shubham Dutta

Hey @vsivaraman81,

Could you please mark it as a solution to close the thread.

Thanks,
Sanjit

1 Like

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