Beispiel #1
0
 /// <summary>
 /// Simulate the mouse drag formula tag list to formula field
 /// </summary>
 /// <param name="tagName"></param>
 /// <returns></returns>
 public void DragTagIn(IWebElement tagRowElement)
 {
     ElementHandler.DragAndDrop(tagRowElement, this.RootElement);
 }