Hi! I have code
public void clickRatingChatBotForIOS() {
swipeScreen(Direction.UP);
Actions action = new Actions(driver);
action.moveToElement(ratingBotForIOS).click().perform();
}
I have a problem, on IOS class actions clicking adjacent element.