module Cello::PageObjects::DslHelper

Public Instance Methods

def(textfield_domain) click to toggle source
# File lib/cello/pageobjects/html_elements/dsl.rb, line 4
def def textfield_domain
 contains = "#{name}_contains"
end