auto_selectOptionFromLabel

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