Groovy Documentation

musicstore.pages
[Groovy] Class LoginPage

java.lang.Object
  geb.Page
      LoginPage

class LoginPage
extends Page

Property Summary
static java.lang.Object at

static java.lang.Object content

static java.lang.Object url

 
Constructor Summary
LoginPage()

 
Method Summary
void loginAs(java.lang.String username, java.lang.String password = "password", java.lang.Class page = HomePage)

 

Property Detail

at

static java.lang.Object at


content

static java.lang.Object content


url

static java.lang.Object url


 
Constructor Detail

LoginPage

LoginPage()


 
Method Detail

loginAs

void loginAs(java.lang.String username, java.lang.String password = "password", java.lang.Class page = HomePage)


 

Groovy Documentation