I am able to click on Email link but not able to enter the username and test Complete shows "Waiting until the control is activate" only.
var UserName = returnScreenPortal().ParentalLockViewNavigator.LoginForm.Username;
UserName.Click(180 , 40);
UserName.Keys("jcasale@rosettastone.com");
var Password = returnScreenPortal().ParentalLockViewNavigator.LoginForm.Password;
Password.Click(180 , 40);
Password.Keys("password");