Beispiel #1
0
 private bool IsElementOnCanvas(string id)
 {
     return(vcPageObj.FindElement(id) != null);
 }