class Playwright::RouteHandler

def match?(url)

def match?(url)
  @url_matcher.match?(url)
end