Can any one let me know the process to handle the pop-up window in IE.
Actaully am trying to open a website and login into it with the credentials.
The problem am facing is, when the site loading to open the pop-up is coming up and asking to log the credentails, but couldn’t able to log the credentails.
Instead of Attach Window use Attach Browser Activity indicate that pop up window and inside that put all other activities you want to enter credentials.
Fine
we can either use SEND HOT KEY activity with key as tab and use n number of tab key until we reach the field we want and use TYPE INTO ACTIVITY with input string alone, without choosing any element.
–then finally use a SEND HOT KEY with key as enter
or
we can use ATTACH BROWSER and select the whole browser window as @lakshman suggested and inside that container use TYPE INTO ACTIVITY and CLICK ACTIVITY
ensure that we have enabled the SIMULATE TYPE and SIMULATE CLICK in type into and click activity