Is it possible to use siteprism variables to define new variables when defining the page object?
问题 I'm working on a cucumber, ruby, capybara, siteprism project and we're defining most UK variables in a siteprism page object. Is there a way for me to use the siteprism variables that I create as part of the definition for new variables? For example, if I've got a siteprim page that looks like: sections :user_container, "#user_container" do sections :address_module, "#address" do element :house_number, "#house_number" end end Can I somehow define new variables on the same pageobject