Package | Description |
---|---|
me.alb_i986.selenium.tinafw.sample.tasks | |
me.alb_i986.selenium.tinafw.tasks | |
me.alb_i986.selenium.tinafw.tasks.runnable |
Modifier and Type | Class and Description |
---|---|
class |
CanCompliment |
class |
OnMyAboutMePage
Navigate to my about.me page.
|
class |
Search
Search for something by using the search box
at the top.
|
class |
VerifyBio
Verify that the biography matches the expected text,
passed in
VerifyBio.matches(String) . |
class |
VerifySocialIcons
Verify that each of the given social buttons
(passed through
VerifySocialIcons.isDisplayed(String) )
is displayed. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeWebTask
A WebTask made up of many supposedly small (sub-)tasks,
which in turn may be CompositeWebTask's too.
|
class |
ImLoggedInBase
Task implementing a step for navigating to the
LoginPage
and logging in by entering username and password. |
class |
ManualNavigationWebTask
A WebTask encapsulating a manual navigation step.
|
class |
MyBrowserIsOpen
Task that opens the browser.
|
class |
NavigationWebTask
A WebTask implementing a step for navigating to a
LoadablePage . |
class |
OrWebTask
A
CompositeWebTask which chains subtasks in a logical OR. |
Modifier and Type | Class and Description |
---|---|
class |
SingleUserInteraction
A fully executable single user interaction with the SUT.
|
Copyright © 2015. All rights reserved.