BitrixAQA.Selenium.Object_Repository.TO_General.Region_SearchedTeg C# (CSharp) Method

Region_SearchedTeg() public static method

Область найденного тега
public static Region_SearchedTeg ( string Text ) : WebItem
Text string Текст тега
return BitrixAQA.Selenium.Framework.WebItem
        public static WebItem Region_SearchedTeg(string Text)
        {
            return new WebItem(By.XPath("//a[contains(text(), '" + Text + "')]"), "Область найденного тега");
        }