module Playwright::LocatorUtils

def get_by_alt_text_selector(text, exact:)

def get_by_alt_text_selector(text, exact:)
_attribute_text_selector('alt', text, exact: exact)