Ejemplo n.º 1
0
        public void AssertIsOpen()
        {
            var label = new BaseElement(this.TitleLocator, this.title);

            label.WaitForIsVisible();
        }
Ejemplo n.º 2
0
 public static IWebElement GetElement(BaseElement element)
 {
     return(_driver.FindElement(element.Locator));
 }