Exemplo n.º 1
0
        public string GetTable(string fieldID)
        {
            string text;

            try
            {
                text = selenium.GetTable(fieldID);
                return(text);
            }
            catch// (Exception)
            {
                ErrorReport(fieldID, CheckType.Warning);
                return("");
            }
        }