Selenium Java - Page Object Model
You have a BasePage with a method
public boolean isElementVisible(By locator) that returns true if element is visible. How would you use this method in a LoginPage class to verify the login button is visible before clicking it?