Interface SeleniumJavaScriptActionBuilder<T extends TestAction,B extends SeleniumJavaScriptActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> SeleniumActionBuilderBase<T,,B> TestActionBuilder<T>
public interface SeleniumJavaScriptActionBuilder<T extends TestAction,B extends SeleniumJavaScriptActionBuilder<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 TypeMethodDescriptionAdd script argument.Add script arguments.Add script arguments.Add expected error.Add expected error.Add expected error.Add script.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
-
script
Add script. -
script
-
script
-
arguments
Add script arguments. -
arguments
Add script arguments. -
argument
Add script argument. -
errors
Add expected error. -
errors
Add expected error. -
error
Add expected error.
-