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 |
---|---|
void |
get() |
boolean |
isDisplayed() |
void |
loginAs(String username,
String password) |
void |
loginDefaultUser() |
public static final String BASE_URL
public static final String KIE_PASS
public static final String KIE_USER
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.