コード例 #1
0
        public void AssertIsOpen()
        {
            var label = new BaseElement(this.TitleLocator, this.title);

            label.WaitForIsVisible();
        }
コード例 #2
0
 public static IWebElement GetElement(BaseElement element)
 {
     return(_driver.FindElement(element.Locator));
 }