Пример #1
0
        public IList <string> ContactInformations()
        {
            IList <string> ListContactInfo = new List <string>();

            string xpath_td1 = "//*[@id='ParContactsMainGrid']/div[3]/table/tbody/tr/td[";
            string xpath_td2 = "]";

            ListContactInfo = ComM.ContactListInfo(xpath_td1, xpath_td2);

            return(ListContactInfo);
        }