In webdriver, what is the method that counts the number of elements?
a) driver.getCountOfElements()
b) driver.findElement(By.id("search")).getCount()
c) driver.findElements(By.id("search")).size()
d) driver.findElements(By.id("search")).length()
driver.findElements(By.id("search")).size()