module Playwright::LocatorUtils

def get_by_title_selector(text, exact:)

def get_by_title_selector(text, exact:)
_attribute_text_selector('title', text, exact: exact)