Interface SeleniumPageActionBuilder<T extends TestAction,B extends SeleniumPageActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> SeleniumActionBuilderBase<T,,B> TestActionBuilder<T>
public interface SeleniumPageActionBuilder<T extends TestAction,B extends SeleniumPageActionBuilder<T,B>>
extends SeleniumActionBuilderBase<T,B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSets the web page action.Set page action argument.Set page action arguments.Set page action arguments.Set page action method to execute.Sets the web page.Sets the web page type.Sets the web page type.validate()Perform page validation.validator(PageValidator<?, ?> validator) Set page validator.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.selenium.SeleniumActionBuilderBase
browserMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
page
Sets the web page. -
type
Sets the web page type. -
type
Sets the web page type. -
action
Sets the web page action. -
validate
B validate()Perform page validation. -
validator
Set page validator. -
execute
Set page action method to execute. -
argument
Set page action argument. -
arguments
Set page action arguments. -
arguments
Set page action arguments.
-