Hello,
I’m trying to emulate user from back end and the link opening in new window and if user failed login to account I’m checking elements exists or not but when user is successfully login here window title is changing element exists not able read the element due to window change
- If user failed - window appears with login form (window title is login.xyzzz)
- if successfully loged in it will show account summary (window title is abcc)
know I want to check error window if failed message box as failed to login but some users are successfully logging at the time execution stopping because fail window and login window are different
Please help me with above scenario.!! thanks in advance.!!