//id="maincontent_chkSyOps"



        public void ResendTokenPage()
        {
            try
            {
                ResendToken.MouseClick();
            }
            catch (Exception e)
            {
                throw new Exception("Unable to submit the button.." + e.Message);
            }
        }
 public void ClickResendToken()
 {
     try
     {
         ResendToken.MouseClick();
         System.Threading.Thread.Sleep(5000);
     }
     catch (Exception e)
     {
         throw new Exception("Unable to enter the text in phnum .." + e.Message);
     }
 }