Esempio n. 1
0
 public static void PressAndSwipe(IWebElement element, double porcent, int loop = 0)
 {
     CommonsFunctions.PressAndSwipe(element, porcent, loop);
 }