module Playwright::LocatorUtils
def get_by_placeholder_selector(text, exact:)
def get_by_placeholder_selector(text, exact:) _attribute_text_selector('placeholder', text, exact: exact)
def get_by_placeholder_selector(text, exact:) _attribute_text_selector('placeholder', text, exact: exact)