WebElement element = driver.findElement(By.id("elementId")); // or use annotation @FindBy as following @FindBy(id = "elementId") WebElement element;