Pergunta de entrevista da empresa Philips

How to select and print the second last value from dropdown?

Resposta da entrevista

Sigiloso

7 de jun. de 2016

int count = driver.findElements(By.xpath("//select[@name='dropdownmenu']//option")).size(); System.out.println(count); for(int i=0;i