Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MykolaGolubyev/9e9ca45d3448f6cf49d237c1515a864d to your computer and use it in GitHub Desktop.
Save MykolaGolubyev/9e9ca45d3448f6cf49d237c1515a864d to your computer and use it in GitHub Desktop.
package pages
class Pages {
static final def search = new SearchPage()
static final def calculation = new CalculationPage()
static final def form = new FormPage()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment