auto_deselectCheckbox

public void auto_deselectCheckbox(String locator){
    page.locator(locator).isVisible();
    if (page.locator(locator).isChecked()){
        page.locator(locator).uncheck();
    }
}
What are your feelings
Scroll al inicio