public void SubmitTokenPage() { try { SubmitButton.MouseClick(); } catch (Exception e) { throw new Exception("Unable to submit the button.." + e.Message); } }