auto_selectOptionFromIndex

public void auto_selectOptionFromIndex(String locator,int value){
    ElementHandle select = page.querySelector(locator);
    select.selectOption(new SelectOption().setIndex(value));
}
What are your feelings
Scroll al inicio