Selenium Java - Page Object Model
Identify the error in this action method:
public void clickLogin() {
WebElement loginBtn = driver.findElement(By.id("login"));
loginBtn.click
}