CyberStein
Results
1
comments of
CyberStein
In my case, not only click but also visibilityOfElementLocated fails, only option I've left is to use getLoaction and TouchAction to tap on element Like: `new TouchAction(driver).tap(PointOption.point(driver.findElement(element).getLocation())) .perform();`