module Cello module PageObjects module DslHelper def def textfield_domain contains = "#{name}_contains" end end end end