Uses of Class
org.kquiet.browser.ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilder
Packages that use ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilder
-
Uses of ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilder in org.kquiet.browser
Methods in org.kquiet.browser that return ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilderModifier and TypeMethodDescriptionActionComposerBuilder.ActionSequenceBuilder.prepareExtract
(org.openqa.selenium.By by) Start building aExtract
.ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilder.withAttributeAsVariable
(Map<String, String> attrVariableNames) Set the value of properties/attributes of the element as variables of buildingActionComposer
.ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilder.withInFrame
(List<org.openqa.selenium.By> frameBySequence) Set the frame locating mechanism for the element resides in a frame.ActionComposerBuilder.ActionSequenceBuilder.ExtractBuilder.withTextAsVariable
(String textVariableName) Set the text of the element as a variable of buildingActionComposer
.