How can I get all elements from a drop down list? I used the code below:
List elements = driver.findElements(By.id(\"s\"));
List featureList; featureList = Locate your Element; for (WebElement i : featureList) { System.out.println("\n********************** " + i.getText()); }