Is there a way to click on only the visible of all the returned elements using Fluentlenium(similar to selenium)??? For example I have
@FindBy(css = "div[class^='event-body']>button")
public FluentWebElement hostMeeting;
This will return may buttons. Of all only one will be visible. I want to click on that.