//project.Variables["msg_tg"].AddRange(a.Parse("//node[@class='android.widget.TextView']", "text", 3, 5)); //XPath, какой аттрибут парсить, Index, Секунды
//project.Variables["msg_tg"].Value = driver.FindElementByXPath("//android.widget.TextView[@index='2']").GetAttribute("text");
//project.Variables["msg_tg"].Value = a.Parse("//@class='android.widget.TextView']", 1, 10).GetAttribute("text");
//project.Variables["msg_tg"].Value = a.FindElementByXPath("//@class='android.widget.TextView']", "text", 0, 5).GetAttribute("text");
//project.Variables["msg_tg"].ValueAddRange(a.Parse("//node[@class='android.widget.TextView']", "text", 3, 5)); //XPath, какой аттрибут парсить, Index, Секунды
project.Variables["msg_tg"].Value = FindElementByAttribute("class='android.widget.TextView'","index=3","NZDating","regexp",3);
//project.Variables["msg_tg"].Value = findElement("android.widget.TextView");
//project.Variables["msg_tg"].Value = Instance.FindElementByXPath("//android.widget.TextView[@index='3']");
//project.Variables["msg_tg"].Value = a.Parse("//node[@class='android.widget.TextView']", "text", 0, 3);