I loaded Selenium latest version 3.3.1 to my system through maven dependencies. While trying to code, I couldn\'t get the method findElementById(). Instead, I am ge
findElementById()
You should use the method from the class By:
driver.findElement(By.id("element id"))