auto_selectOptionFromValue

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