| Package | Description |
|---|---|
| me.alb_i986.selenium.tinafw.domain | |
| me.alb_i986.selenium.tinafw.tasks |
| Modifier and Type | Class and Description |
|---|---|
class |
WebUser<T extends WebUser<?>>
WebUser encapsulates Browser, and has two main behaviors:
openBrowser(): creates an instance of WebDriver, thus opening a real browser
doTask(WebTask): performs the given actions against the SUT
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebUser.equals(WebUser<?> user) |
| Modifier and Type | Field and Description |
|---|---|
protected WebUser |
BaseWebTask.user |
| Modifier and Type | Method and Description |
|---|---|
WebUser |
WebTask.getUser() |
WebUser |
BaseWebTask.getUser() |
| Modifier and Type | Method and Description |
|---|---|
WebTask |
WebTask.setUser(WebUser user) |
WebTask |
BaseWebTask.setUser(WebUser user) |
Copyright © 2015. All rights reserved.