Hi,
I have one scenario where I need to login to portal and sign-in then, i need to search for a list of employees to check they are present or not.
So, i will first get the list of employee emails from excel file and then check whether each and every employee presents in the portal or not.
If I need to search for 500 employees I don’t want to open 500 browser session. I need to open one browser session and check there over and over again.
So how will approach to this scenario.
Any suggestion on this ?
Thanks in advance