I have a question about Selenide. Is there possible to make a click not to the center of the button, but on some corner?
Of course, I can do it using offset $(element).click(ClickOptions.usingDefaultMethod().offset(x, y))
But it is not appropriate for me because I want to do a universal method without connection with some element.
Thanks.