Selenium Java - Page Object Model
What will happen if you call a Base Page method that uses
driver.findElement(By.id("submit")) but the element is not present on the page?