public class LoginPage extends PageObject
Modifier and Type | Field and Description |
---|---|
static String |
BASE_URL |
static String |
KIE_PASS |
static String |
KIE_USER |
driver
Constructor and Description |
---|
LoginPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDisplayed() |
HomePerspective |
loginAs(String username,
String password) |
HomePerspective |
loginDefaultUser() |
public static final String BASE_URL
public static final String KIE_PASS
public static final String KIE_USER
public HomePerspective loginDefaultUser()
public HomePerspective loginAs(String username, String password)
public boolean isDisplayed()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.