public void auto_setTextToInput(String locator, String value){ page.locator(locator).clear(); page.fill(locator, value); }