Exemplo n.º 1
0
        public void SetOnPageLoadWaitForVisibilityOfThisElement(GrabByType bytype, string elementgrabberstring)
        {
            GrabBy by = GrabBy.Create(bytype, elementgrabberstring);

            OnPageLoadWaitForVisibilityOfThisElement = by;
        }
Exemplo n.º 2
0
 public void SetOnPageLoadWaitForVisibilityOfThisElement(GrabBy by)
 {
     OnPageLoadWaitForVisibilityOfThisElement = by;
 }