@digigov/form 1.1.2 → 1.1.4-mobile
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Field/FieldBase/index.js +103 -76
- package/Field/FieldBase.js.map +7 -0
- package/Field/FieldBaseContainer/index.js +29 -37
- package/Field/FieldBaseContainer.js.map +7 -0
- package/Field/FieldConditional/index.js +79 -53
- package/Field/FieldConditional.js.map +7 -0
- package/Field/index.js +89 -63
- package/Field/index.js.map +7 -0
- package/Field/types/index.js +1 -1
- package/Field/types.d.ts +4 -0
- package/Field/types.js.map +7 -0
- package/Field/utils/index.js +96 -85
- package/Field/utils.d.ts +1 -0
- package/Field/utils.js.map +7 -0
- package/FieldArray/FieldArray.stories/index.js +12 -6
- package/FieldArray/FieldArray.stories.d.ts +2 -2
- package/FieldArray/FieldArray.stories.js.map +7 -0
- package/FieldArray/__stories__/Default/index.js +87 -80
- package/FieldArray/__stories__/Default.d.ts +2 -2
- package/FieldArray/__stories__/Default.js.map +7 -0
- package/FieldArray/__stories__/WithExactLength/index.js +87 -80
- package/FieldArray/__stories__/WithExactLength.d.ts +2 -2
- package/FieldArray/__stories__/WithExactLength.js.map +7 -0
- package/FieldArray/index.d.ts +1 -0
- package/FieldArray/index.js +65 -59
- package/FieldArray/index.js.map +7 -0
- package/FieldArray/index.test.d.ts +1 -0
- package/FieldObject/index.d.ts +3 -0
- package/FieldObject/index.js +66 -52
- package/FieldObject/index.js.map +7 -0
- package/Fieldset/FieldsetWithContext/index.js +27 -31
- package/Fieldset/FieldsetWithContext.js.map +7 -0
- package/Fieldset/index.js +27 -29
- package/Fieldset/index.js.map +7 -0
- package/Fieldset/types/index.js +1 -1
- package/Fieldset/types.d.ts +2 -0
- package/Fieldset/types.js.map +7 -0
- package/Form.stories/index.js +7 -3
- package/Form.stories.js.map +7 -0
- package/FormBuilder/FormBuilder/index.js +123 -118
- package/FormBuilder/FormBuilder.d.ts +1 -0
- package/FormBuilder/FormBuilder.js.map +7 -0
- package/FormBuilder/FormBuilder.stories/index.js +10 -5
- package/FormBuilder/FormBuilder.stories.d.ts +1 -1
- package/FormBuilder/FormBuilder.stories.js.map +7 -0
- package/FormBuilder/__stories__/Default/index.js +27 -21
- package/FormBuilder/__stories__/Default.d.ts +2 -2
- package/FormBuilder/__stories__/Default.js.map +7 -0
- package/FormBuilder/index.js +6 -2
- package/FormBuilder/index.js.map +7 -0
- package/FormBuilder/index.test.d.ts +1 -0
- package/FormBuilder/scenarios.test.d.ts +88 -0
- package/FormContext/index.js +7 -3
- package/FormContext.js.map +7 -0
- package/MultiplicityField/MultiplicityField.stories/index.js +20 -10
- package/MultiplicityField/MultiplicityField.stories.d.ts +6 -6
- package/MultiplicityField/MultiplicityField.stories.js.map +7 -0
- package/MultiplicityField/__stories__/Default/index.js +90 -85
- package/MultiplicityField/__stories__/Default.d.ts +2 -2
- package/MultiplicityField/__stories__/Default.js.map +7 -0
- package/MultiplicityField/__stories__/PreviewDisplay/index.js +70 -72
- package/MultiplicityField/__stories__/PreviewDisplay.d.ts +2 -2
- package/MultiplicityField/__stories__/PreviewDisplay.js.map +7 -0
- package/MultiplicityField/__stories__/WithExactLength/index.js +87 -80
- package/MultiplicityField/__stories__/WithExactLength.d.ts +2 -2
- package/MultiplicityField/__stories__/WithExactLength.js.map +7 -0
- package/MultiplicityField/__stories__/WithMaxLength/index.js +90 -83
- package/MultiplicityField/__stories__/WithMaxLength.d.ts +2 -2
- package/MultiplicityField/__stories__/WithMaxLength.js.map +7 -0
- package/MultiplicityField/__stories__/WithMinAndMaxLength/index.js +91 -84
- package/MultiplicityField/__stories__/WithMinAndMaxLength.d.ts +2 -2
- package/MultiplicityField/__stories__/WithMinAndMaxLength.js.map +7 -0
- package/MultiplicityField/__stories__/WithMinLength/index.js +90 -83
- package/MultiplicityField/__stories__/WithMinLength.d.ts +2 -2
- package/MultiplicityField/__stories__/WithMinLength.js.map +7 -0
- package/MultiplicityField/add-objects/index.js +130 -132
- package/MultiplicityField/add-objects.d.ts +1 -0
- package/MultiplicityField/add-objects.js.map +7 -0
- package/MultiplicityField/index.d.ts +1 -1
- package/MultiplicityField/index.js +111 -101
- package/MultiplicityField/index.js.map +7 -0
- package/MultiplicityField/index.test.d.ts +1 -0
- package/Questions/Questions/index.js +44 -53
- package/Questions/Questions.js.map +7 -0
- package/Questions/Questions.stories/index.js +10 -5
- package/Questions/Questions.stories.d.ts +1 -1
- package/Questions/Questions.stories.js.map +7 -0
- package/Questions/QuestionsContext/index.js +9 -9
- package/Questions/QuestionsContext.js.map +7 -0
- package/Questions/Step/ReviewStep/index.js +35 -47
- package/Questions/Step/ReviewStep.js.map +7 -0
- package/Questions/Step/Step/index.js +39 -47
- package/Questions/Step/Step.js.map +7 -0
- package/Questions/Step/StepArrayReview/index.js +41 -45
- package/Questions/Step/StepArrayReview.js.map +7 -0
- package/Questions/Step/StepContext/index.js +15 -19
- package/Questions/Step/StepContext.js.map +7 -0
- package/Questions/Step/StepDescription/index.js +22 -22
- package/Questions/Step/StepDescription.js.map +7 -0
- package/Questions/Step/StepForm/index.js +33 -43
- package/Questions/Step/StepForm.js.map +7 -0
- package/Questions/Step/StepQuote/index.js +10 -9
- package/Questions/Step/StepQuote.js.map +7 -0
- package/Questions/Step/StepTitle/index.js +40 -38
- package/Questions/Step/StepTitle.d.ts +1 -0
- package/Questions/Step/StepTitle.js.map +7 -0
- package/Questions/Step/getAddMoreFields/index.js +28 -20
- package/Questions/Step/getAddMoreFields.js.map +7 -0
- package/Questions/Step/index.d.ts +0 -1
- package/Questions/Step/index.js +16 -13
- package/Questions/Step/index.js.map +7 -0
- package/Questions/Step/types/index.js +1 -1
- package/Questions/Step/types.d.ts +2 -0
- package/Questions/Step/types.js.map +7 -0
- package/Questions/__stories__/Default/index.js +106 -100
- package/Questions/__stories__/Default.d.ts +2 -2
- package/Questions/__stories__/Default.js.map +7 -0
- package/Questions/getNextStep/index.js +12 -10
- package/Questions/getNextStep.js.map +7 -0
- package/Questions/index.js +7 -3
- package/Questions/index.js.map +7 -0
- package/Questions/index.test.d.ts +1 -0
- package/Questions/types/index.js +1 -1
- package/Questions/types.d.ts +2 -0
- package/Questions/types.js.map +7 -0
- package/cjs/Field/FieldBase/index.js +135 -82
- package/cjs/Field/FieldBase.js.map +7 -0
- package/cjs/Field/FieldBaseContainer/index.js +61 -43
- package/cjs/Field/FieldBaseContainer.js.map +7 -0
- package/cjs/Field/FieldConditional/index.js +111 -59
- package/cjs/Field/FieldConditional.js.map +7 -0
- package/cjs/Field/index.js +121 -72
- package/cjs/Field/index.js.map +7 -0
- package/cjs/Field/types/index.js +16 -5
- package/cjs/Field/types.js.map +7 -0
- package/cjs/Field/utils/index.js +139 -106
- package/cjs/Field/utils.js.map +7 -0
- package/cjs/FieldArray/FieldArray.stories/index.js +46 -36
- package/cjs/FieldArray/FieldArray.stories.js.map +7 -0
- package/cjs/FieldArray/__stories__/Default/index.js +119 -89
- package/cjs/FieldArray/__stories__/Default.js.map +7 -0
- package/cjs/FieldArray/__stories__/WithExactLength/index.js +119 -89
- package/cjs/FieldArray/__stories__/WithExactLength.js.map +7 -0
- package/cjs/FieldArray/index.js +97 -65
- package/cjs/FieldArray/index.js.map +7 -0
- package/cjs/FieldObject/index.js +98 -61
- package/cjs/FieldObject/index.js.map +7 -0
- package/cjs/Fieldset/FieldsetWithContext/index.js +54 -40
- package/cjs/Fieldset/FieldsetWithContext.js.map +7 -0
- package/cjs/Fieldset/index.js +61 -39
- package/cjs/Fieldset/index.js.map +7 -0
- package/cjs/Fieldset/types/index.js +16 -5
- package/cjs/Fieldset/types.js.map +7 -0
- package/cjs/Form.stories/index.js +25 -8
- package/cjs/Form.stories.js.map +7 -0
- package/cjs/FormBuilder/FormBuilder/index.js +158 -128
- package/cjs/FormBuilder/FormBuilder.js.map +7 -0
- package/cjs/FormBuilder/FormBuilder.stories/index.js +43 -24
- package/cjs/FormBuilder/FormBuilder.stories.js.map +7 -0
- package/cjs/FormBuilder/__stories__/Default/index.js +60 -31
- package/cjs/FormBuilder/__stories__/Default.js.map +7 -0
- package/cjs/FormBuilder/index.js +24 -7
- package/cjs/FormBuilder/index.js.map +7 -0
- package/cjs/FormContext/index.js +29 -8
- package/cjs/FormContext.js.map +7 -0
- package/cjs/MultiplicityField/MultiplicityField.stories/index.js +58 -84
- package/cjs/MultiplicityField/MultiplicityField.stories.js.map +7 -0
- package/cjs/MultiplicityField/__stories__/Default/index.js +122 -94
- package/cjs/MultiplicityField/__stories__/Default.js.map +7 -0
- package/cjs/MultiplicityField/__stories__/PreviewDisplay/index.js +85 -81
- package/cjs/MultiplicityField/__stories__/PreviewDisplay.js.map +7 -0
- package/cjs/MultiplicityField/__stories__/WithExactLength/index.js +119 -89
- package/cjs/MultiplicityField/__stories__/WithExactLength.js.map +7 -0
- package/cjs/MultiplicityField/__stories__/WithMaxLength/index.js +122 -92
- package/cjs/MultiplicityField/__stories__/WithMaxLength.js.map +7 -0
- package/cjs/MultiplicityField/__stories__/WithMinAndMaxLength/index.js +123 -93
- package/cjs/MultiplicityField/__stories__/WithMinAndMaxLength.js.map +7 -0
- package/cjs/MultiplicityField/__stories__/WithMinLength/index.js +122 -92
- package/cjs/MultiplicityField/__stories__/WithMinLength.js.map +7 -0
- package/cjs/MultiplicityField/add-objects/index.js +160 -138
- package/cjs/MultiplicityField/add-objects.js.map +7 -0
- package/cjs/MultiplicityField/index.js +144 -110
- package/cjs/MultiplicityField/index.js.map +7 -0
- package/cjs/Questions/Questions/index.js +76 -62
- package/cjs/Questions/Questions.js.map +7 -0
- package/cjs/Questions/Questions.stories/index.js +43 -24
- package/cjs/Questions/Questions.stories.js.map +7 -0
- package/cjs/Questions/QuestionsContext/index.js +31 -14
- package/cjs/Questions/QuestionsContext.js.map +7 -0
- package/cjs/Questions/Step/ReviewStep/index.js +61 -56
- package/cjs/Questions/Step/ReviewStep.js.map +7 -0
- package/cjs/Questions/Step/Step/index.js +71 -56
- package/cjs/Questions/Step/Step.js.map +7 -0
- package/cjs/Questions/Step/StepArrayReview/index.js +65 -54
- package/cjs/Questions/Step/StepArrayReview.js.map +7 -0
- package/cjs/Questions/Step/StepContext/index.js +37 -24
- package/cjs/Questions/Step/StepContext.js.map +7 -0
- package/cjs/Questions/Step/StepDescription/index.js +55 -31
- package/cjs/Questions/Step/StepDescription.js.map +7 -0
- package/cjs/Questions/Step/StepForm/index.js +65 -52
- package/cjs/Questions/Step/StepForm.js.map +7 -0
- package/cjs/Questions/Step/StepQuote/index.js +42 -15
- package/cjs/Questions/Step/StepQuote.js.map +7 -0
- package/cjs/Questions/Step/StepTitle/index.js +72 -47
- package/cjs/Questions/Step/StepTitle.js.map +7 -0
- package/cjs/Questions/Step/getAddMoreFields/index.js +50 -25
- package/cjs/Questions/Step/getAddMoreFields.js.map +7 -0
- package/cjs/Questions/Step/index.js +59 -143
- package/cjs/Questions/Step/index.js.map +7 -0
- package/cjs/Questions/Step/types/index.js +16 -5
- package/cjs/Questions/Step/types.js.map +7 -0
- package/cjs/Questions/__stories__/Default/index.js +132 -109
- package/cjs/Questions/__stories__/Default.js.map +7 -0
- package/cjs/Questions/getNextStep/index.js +33 -14
- package/cjs/Questions/getNextStep.js.map +7 -0
- package/cjs/Questions/index.js +29 -19
- package/cjs/Questions/index.js.map +7 -0
- package/cjs/Questions/types/index.js +16 -5
- package/cjs/Questions/types.js.map +7 -0
- package/cjs/index.js +47 -20
- package/cjs/index.js.map +7 -0
- package/cjs/inputs/AutoCompleteInput/AutoComplete.stories/index.js +46 -24
- package/cjs/inputs/AutoCompleteInput/AutoComplete.stories.js.map +7 -0
- package/cjs/inputs/AutoCompleteInput/__stories__/Default/index.js +78 -51
- package/cjs/inputs/AutoCompleteInput/__stories__/Default.js.map +7 -0
- package/cjs/inputs/AutoCompleteInput/__stories__/Multiple/index.js +84 -0
- package/cjs/inputs/AutoCompleteInput/__stories__/Multiple.js.map +7 -0
- package/cjs/inputs/AutoCompleteInput/index.js +90 -46
- package/cjs/inputs/AutoCompleteInput/index.js.map +7 -0
- package/cjs/inputs/Checkboxes/Checkboxes.stories/index.js +49 -48
- package/cjs/inputs/Checkboxes/Checkboxes.stories.js.map +7 -0
- package/cjs/inputs/Checkboxes/__stories__/Conditional/index.js +120 -89
- package/cjs/inputs/Checkboxes/__stories__/Conditional.js.map +7 -0
- package/cjs/inputs/Checkboxes/__stories__/Default/index.js +73 -46
- package/cjs/inputs/Checkboxes/__stories__/Default.js.map +7 -0
- package/cjs/inputs/Checkboxes/__stories__/WithDivider/index.js +74 -47
- package/cjs/inputs/Checkboxes/__stories__/WithDivider.js.map +7 -0
- package/cjs/inputs/Checkboxes/index.js +102 -96
- package/cjs/inputs/Checkboxes/index.js.map +7 -0
- package/cjs/inputs/DateInput/DateInput.stories/index.js +43 -24
- package/cjs/inputs/DateInput/DateInput.stories.js.map +7 -0
- package/cjs/inputs/DateInput/__stories__/Default/index.js +56 -28
- package/cjs/inputs/DateInput/__stories__/Default.js.map +7 -0
- package/cjs/inputs/DateInput/index.js +122 -109
- package/cjs/inputs/DateInput/index.js.map +7 -0
- package/cjs/inputs/FileInput/FileInput.stories/index.js +43 -24
- package/cjs/inputs/FileInput/FileInput.stories.js.map +7 -0
- package/cjs/inputs/FileInput/__stories__/Default/index.js +57 -26
- package/cjs/inputs/FileInput/__stories__/Default.js.map +7 -0
- package/cjs/inputs/FileInput/index.js +76 -63
- package/cjs/inputs/FileInput/index.js.map +7 -0
- package/cjs/inputs/ImageInput/ImageInput.stories/index.js +49 -48
- package/cjs/inputs/ImageInput/ImageInput.stories.js.map +7 -0
- package/cjs/inputs/ImageInput/__stories__/Default/index.js +58 -33
- package/cjs/inputs/ImageInput/__stories__/Default.js.map +7 -0
- package/cjs/inputs/ImageInput/__stories__/WithInvalidImageDimension/index.js +65 -40
- package/cjs/inputs/ImageInput/__stories__/WithInvalidImageDimension.js.map +7 -0
- package/cjs/inputs/ImageInput/__stories__/WithInvalidImageSize/index.js +62 -37
- package/cjs/inputs/ImageInput/__stories__/WithInvalidImageSize.js.map +7 -0
- package/cjs/inputs/ImageInput/index.js +91 -83
- package/cjs/inputs/ImageInput/index.js.map +7 -0
- package/cjs/inputs/Input/Input.stories/index.js +70 -120
- package/cjs/inputs/Input/Input.stories.js.map +7 -0
- package/cjs/inputs/Input/__stories__/AFM/index.js +60 -29
- package/cjs/inputs/Input/__stories__/AFM.js.map +7 -0
- package/cjs/inputs/Input/__stories__/Boolean/index.js +61 -30
- package/cjs/inputs/Input/__stories__/Boolean.js.map +7 -0
- package/cjs/inputs/Input/__stories__/IBAN/index.js +61 -30
- package/cjs/inputs/Input/__stories__/IBAN.js.map +7 -0
- package/cjs/inputs/Input/__stories__/Integer/index.js +75 -38
- package/cjs/inputs/Input/__stories__/Integer.js.map +7 -0
- package/cjs/inputs/Input/__stories__/LandlineNumber/index.js +67 -0
- package/cjs/inputs/Input/__stories__/LandlineNumber.js.map +7 -0
- package/cjs/inputs/Input/__stories__/MobilePhone/index.js +64 -29
- package/cjs/inputs/Input/__stories__/MobilePhone.js.map +7 -0
- package/cjs/inputs/Input/__stories__/PhoneNumber/index.js +63 -29
- package/cjs/inputs/Input/__stories__/PhoneNumber.js.map +7 -0
- package/cjs/inputs/Input/__stories__/PostalCode/index.js +60 -31
- package/cjs/inputs/Input/__stories__/PostalCode.js.map +7 -0
- package/cjs/inputs/Input/__stories__/String/index.js +64 -0
- package/cjs/inputs/Input/__stories__/String.js.map +7 -0
- package/cjs/inputs/Input/__stories__/TextWithLimit/index.js +64 -0
- package/cjs/inputs/Input/__stories__/TextWithLimit.js.map +7 -0
- package/cjs/inputs/Input/index.js +87 -72
- package/cjs/inputs/Input/index.js.map +7 -0
- package/cjs/inputs/Input/inputsInputScenarios/index.js +439 -0
- package/cjs/inputs/Input/inputsInputScenarios.js.map +7 -0
- package/cjs/inputs/Label/Label.stories/index.js +43 -24
- package/cjs/inputs/Label/Label.stories.js.map +7 -0
- package/cjs/inputs/Label/__stories__/Default/index.js +66 -33
- package/cjs/inputs/Label/__stories__/Default.js.map +7 -0
- package/cjs/inputs/Label/index.js +45 -24
- package/cjs/inputs/Label/index.js.map +7 -0
- package/cjs/inputs/OtpInput/OtpInput.stories/index.js +43 -24
- package/cjs/inputs/OtpInput/OtpInput.stories.js.map +7 -0
- package/cjs/inputs/OtpInput/__stories__/Default/index.js +59 -34
- package/cjs/inputs/OtpInput/__stories__/Default.js.map +7 -0
- package/cjs/inputs/OtpInput/index.js +142 -112
- package/cjs/inputs/OtpInput/index.js.map +7 -0
- package/cjs/inputs/Radio/Radio.stories/index.js +49 -48
- package/cjs/inputs/Radio/Radio.stories.js.map +7 -0
- package/cjs/inputs/Radio/__stories__/Conditional/index.js +120 -89
- package/cjs/inputs/Radio/__stories__/Conditional.js.map +7 -0
- package/cjs/inputs/Radio/__stories__/Default/index.js +77 -51
- package/cjs/inputs/Radio/__stories__/Default.js.map +7 -0
- package/cjs/inputs/Radio/__stories__/WithDivider/index.js +78 -52
- package/cjs/inputs/Radio/__stories__/WithDivider.js.map +7 -0
- package/cjs/inputs/Radio/index.js +132 -61
- package/cjs/inputs/Radio/index.js.map +7 -0
- package/cjs/inputs/Select/Select.stories/index.js +43 -24
- package/cjs/inputs/Select/Select.stories.js.map +7 -0
- package/cjs/inputs/Select/__stories__/Default/index.js +82 -57
- package/cjs/inputs/Select/__stories__/Default.js.map +7 -0
- package/cjs/inputs/Select/index.js +55 -36
- package/cjs/inputs/Select/index.js.map +7 -0
- package/cjs/inputs/index.js +62 -69
- package/cjs/inputs/index.js.map +7 -0
- package/cjs/inputs/inputsScenarios/index.js +540 -0
- package/cjs/inputs/inputsScenarios.js.map +7 -0
- package/cjs/internal/index.js +116 -346
- package/cjs/internal.js.map +7 -0
- package/cjs/lazy/index.js +93 -0
- package/cjs/lazy.js.map +7 -0
- package/cjs/locales/el/index.js +35 -0
- package/cjs/locales/el.js.map +7 -0
- package/cjs/registry/index.js +174 -142
- package/cjs/registry.js.map +7 -0
- package/cjs/types/index.js +16 -5
- package/cjs/types.js.map +7 -0
- package/cjs/utils/index.js +78 -83
- package/cjs/utils.js.map +7 -0
- package/cjs/validators/index.js +130 -128
- package/cjs/validators/index.js.map +7 -0
- package/cjs/validators/types/index.js +16 -5
- package/cjs/validators/types.js.map +7 -0
- package/cjs/validators/utils/afm/index.js +38 -21
- package/cjs/validators/utils/afm.js.map +7 -0
- package/cjs/validators/utils/file/index.js +44 -47
- package/cjs/validators/utils/file.js.map +7 -0
- package/cjs/validators/utils/iban/index.js +36 -17
- package/cjs/validators/utils/iban.js.map +7 -0
- package/cjs/validators/utils/image/index.js +88 -112
- package/cjs/validators/utils/image.js.map +7 -0
- package/cjs/validators/utils/index.js +95 -159
- package/cjs/validators/utils/index.js.map +7 -0
- package/cjs/validators/utils/int/index.js +34 -12
- package/cjs/validators/utils/int.js.map +7 -0
- package/cjs/validators/utils/number/index.js +33 -11
- package/cjs/validators/utils/number.js.map +7 -0
- package/cjs/validators/utils/otp/index.js +35 -13
- package/cjs/validators/utils/otp.js.map +7 -0
- package/cjs/validators/utils/phone/index.js +171 -92
- package/cjs/validators/utils/phone.js.map +7 -0
- package/cjs/validators/utils/postal_code/index.js +36 -16
- package/cjs/validators/utils/postal_code.js.map +7 -0
- package/cjs/validators/utils/text_limit/index.js +40 -25
- package/cjs/validators/utils/text_limit.js.map +7 -0
- package/cjs/validators/utils/uuid4/index.js +34 -13
- package/cjs/validators/utils/uuid4.js.map +7 -0
- package/index.d.ts +4 -1
- package/index.js +13 -4
- package/index.js.map +7 -0
- package/inputs/AutoCompleteInput/AutoComplete.stories/index.js +12 -5
- package/inputs/AutoCompleteInput/AutoComplete.stories.d.ts +2 -1
- package/inputs/AutoCompleteInput/AutoComplete.stories.js.map +7 -0
- package/inputs/AutoCompleteInput/__stories__/Default/index.js +46 -42
- package/inputs/AutoCompleteInput/__stories__/Default.d.ts +3 -2
- package/inputs/AutoCompleteInput/__stories__/Default.js.map +7 -0
- package/inputs/AutoCompleteInput/__stories__/Multiple/index.js +51 -0
- package/inputs/AutoCompleteInput/__stories__/Multiple/package.json +6 -0
- package/inputs/AutoCompleteInput/__stories__/Multiple.d.ts +3 -0
- package/inputs/AutoCompleteInput/__stories__/Multiple.js.map +7 -0
- package/inputs/AutoCompleteInput/index.d.ts +1 -1
- package/inputs/AutoCompleteInput/index.js +58 -37
- package/inputs/AutoCompleteInput/index.js.map +7 -0
- package/inputs/AutoCompleteInput/index.test.d.ts +1 -0
- package/inputs/Checkboxes/Checkboxes.stories/index.js +14 -7
- package/inputs/Checkboxes/Checkboxes.stories.d.ts +3 -3
- package/inputs/Checkboxes/Checkboxes.stories.js.map +7 -0
- package/inputs/Checkboxes/__stories__/Conditional/index.js +88 -80
- package/inputs/Checkboxes/__stories__/Conditional.d.ts +3 -2
- package/inputs/Checkboxes/__stories__/Conditional.js.map +7 -0
- package/inputs/Checkboxes/__stories__/Default/index.js +40 -36
- package/inputs/Checkboxes/__stories__/Default.d.ts +2 -2
- package/inputs/Checkboxes/__stories__/Default.js.map +7 -0
- package/inputs/Checkboxes/__stories__/WithDivider/index.js +41 -37
- package/inputs/Checkboxes/__stories__/WithDivider.d.ts +2 -2
- package/inputs/Checkboxes/__stories__/WithDivider.js.map +7 -0
- package/inputs/Checkboxes/index.js +70 -87
- package/inputs/Checkboxes/index.js.map +7 -0
- package/inputs/Checkboxes/index.test.d.ts +1 -0
- package/inputs/DateInput/DateInput.stories/index.js +10 -5
- package/inputs/DateInput/DateInput.stories.d.ts +1 -1
- package/inputs/DateInput/DateInput.stories.js.map +7 -0
- package/inputs/DateInput/__stories__/Default/index.js +23 -18
- package/inputs/DateInput/__stories__/Default.d.ts +2 -2
- package/inputs/DateInput/__stories__/Default.js.map +7 -0
- package/inputs/DateInput/index.d.ts +2 -2
- package/inputs/DateInput/index.js +89 -99
- package/inputs/DateInput/index.js.map +7 -0
- package/inputs/DateInput/index.test.d.ts +1 -0
- package/inputs/FileInput/FileInput.stories/index.js +10 -5
- package/inputs/FileInput/FileInput.stories.d.ts +1 -1
- package/inputs/FileInput/FileInput.stories.js.map +7 -0
- package/inputs/FileInput/__stories__/Default/index.js +24 -16
- package/inputs/FileInput/__stories__/Default.d.ts +2 -2
- package/inputs/FileInput/__stories__/Default.js.map +7 -0
- package/inputs/FileInput/index.js +44 -54
- package/inputs/FileInput/index.js.map +7 -0
- package/inputs/FileInput/index.test.d.ts +1 -0
- package/inputs/ImageInput/ImageInput.stories/index.js +14 -7
- package/inputs/ImageInput/ImageInput.stories.d.ts +3 -3
- package/inputs/ImageInput/ImageInput.stories.js.map +7 -0
- package/inputs/ImageInput/__stories__/Default/index.js +25 -23
- package/inputs/ImageInput/__stories__/Default.d.ts +2 -2
- package/inputs/ImageInput/__stories__/Default.js.map +7 -0
- package/inputs/ImageInput/__stories__/WithInvalidImageDimension/index.js +32 -30
- package/inputs/ImageInput/__stories__/WithInvalidImageDimension.d.ts +2 -2
- package/inputs/ImageInput/__stories__/WithInvalidImageDimension.js.map +7 -0
- package/inputs/ImageInput/__stories__/WithInvalidImageSize/index.js +29 -27
- package/inputs/ImageInput/__stories__/WithInvalidImageSize.d.ts +2 -2
- package/inputs/ImageInput/__stories__/WithInvalidImageSize.js.map +7 -0
- package/inputs/ImageInput/index.js +59 -75
- package/inputs/ImageInput/index.js.map +7 -0
- package/inputs/ImageInput/index.test.d.ts +1 -0
- package/inputs/Input/Input.stories/index.js +28 -13
- package/inputs/Input/Input.stories.d.ts +10 -9
- package/inputs/Input/Input.stories.js.map +7 -0
- package/inputs/Input/__stories__/AFM/index.js +27 -19
- package/inputs/Input/__stories__/AFM.d.ts +2 -2
- package/inputs/Input/__stories__/AFM.js.map +7 -0
- package/inputs/Input/__stories__/Boolean/index.js +28 -20
- package/inputs/Input/__stories__/Boolean.d.ts +2 -2
- package/inputs/Input/__stories__/Boolean.js.map +7 -0
- package/inputs/Input/__stories__/IBAN/index.js +28 -20
- package/inputs/Input/__stories__/IBAN.d.ts +2 -2
- package/inputs/Input/__stories__/IBAN.js.map +7 -0
- package/inputs/Input/__stories__/Integer/index.js +43 -29
- package/inputs/Input/__stories__/Integer.d.ts +2 -2
- package/inputs/Input/__stories__/Integer.js.map +7 -0
- package/inputs/Input/__stories__/LandlineNumber/index.js +34 -0
- package/inputs/Input/__stories__/LandlineNumber/package.json +6 -0
- package/inputs/Input/__stories__/LandlineNumber.d.ts +3 -0
- package/inputs/Input/__stories__/LandlineNumber.js.map +7 -0
- package/inputs/Input/__stories__/MobilePhone/index.js +31 -19
- package/inputs/Input/__stories__/MobilePhone.d.ts +2 -2
- package/inputs/Input/__stories__/MobilePhone.js.map +7 -0
- package/inputs/Input/__stories__/PhoneNumber/index.js +30 -19
- package/inputs/Input/__stories__/PhoneNumber.d.ts +2 -2
- package/inputs/Input/__stories__/PhoneNumber.js.map +7 -0
- package/inputs/Input/__stories__/PostalCode/index.js +27 -21
- package/inputs/Input/__stories__/PostalCode.d.ts +2 -2
- package/inputs/Input/__stories__/PostalCode.js.map +7 -0
- package/inputs/Input/__stories__/String/index.js +31 -0
- package/inputs/Input/__stories__/{Default → String}/package.json +1 -1
- package/inputs/Input/__stories__/String.d.ts +3 -0
- package/inputs/Input/__stories__/String.js.map +7 -0
- package/inputs/Input/__stories__/TextWithLimit/index.js +31 -0
- package/inputs/Input/__stories__/TextWithLimit/package.json +6 -0
- package/inputs/Input/__stories__/TextWithLimit.d.ts +3 -0
- package/inputs/Input/__stories__/TextWithLimit.js.map +7 -0
- package/inputs/Input/index.js +56 -67
- package/inputs/Input/index.js.map +7 -0
- package/inputs/Input/index.test.d.ts +1 -0
- package/inputs/Input/inputsInputScenarios/index.js +406 -0
- package/inputs/Input/inputsInputScenarios/package.json +6 -0
- package/inputs/Input/inputsInputScenarios.d.ts +57 -0
- package/inputs/Input/inputsInputScenarios.js.map +7 -0
- package/inputs/Label/Label.stories/index.js +10 -5
- package/inputs/Label/Label.stories.d.ts +1 -1
- package/inputs/Label/Label.stories.js.map +7 -0
- package/inputs/Label/__stories__/Default/index.js +33 -23
- package/inputs/Label/__stories__/Default.d.ts +2 -2
- package/inputs/Label/__stories__/Default.js.map +7 -0
- package/inputs/Label/index.d.ts +1 -1
- package/inputs/Label/index.js +12 -17
- package/inputs/Label/index.js.map +7 -0
- package/inputs/Label/index.test.d.ts +1 -0
- package/inputs/OtpInput/OtpInput.stories/index.js +10 -5
- package/inputs/OtpInput/OtpInput.stories.d.ts +1 -1
- package/inputs/OtpInput/OtpInput.stories.js.map +7 -0
- package/inputs/OtpInput/__stories__/Default/index.js +26 -24
- package/inputs/OtpInput/__stories__/Default.d.ts +2 -2
- package/inputs/OtpInput/__stories__/Default.js.map +7 -0
- package/inputs/OtpInput/index.d.ts +9 -2
- package/inputs/OtpInput/index.js +109 -103
- package/inputs/OtpInput/index.js.map +7 -0
- package/inputs/OtpInput/index.test.d.ts +1 -0
- package/inputs/Radio/Radio.stories/index.js +14 -7
- package/inputs/Radio/Radio.stories.d.ts +3 -3
- package/inputs/Radio/Radio.stories.js.map +7 -0
- package/inputs/Radio/__stories__/Conditional/index.js +88 -80
- package/inputs/Radio/__stories__/Conditional.d.ts +3 -2
- package/inputs/Radio/__stories__/Conditional.js.map +7 -0
- package/inputs/Radio/__stories__/Default/index.js +44 -41
- package/inputs/Radio/__stories__/Default.d.ts +2 -2
- package/inputs/Radio/__stories__/Default.js.map +7 -0
- package/inputs/Radio/__stories__/WithDivider/index.js +45 -42
- package/inputs/Radio/__stories__/WithDivider.d.ts +2 -2
- package/inputs/Radio/__stories__/WithDivider.js.map +7 -0
- package/inputs/Radio/index.d.ts +4 -0
- package/inputs/Radio/index.js +99 -55
- package/inputs/Radio/index.js.map +7 -0
- package/inputs/Radio/index.test.d.ts +1 -0
- package/inputs/Select/Select.stories/index.js +10 -5
- package/inputs/Select/Select.stories.d.ts +1 -1
- package/inputs/Select/Select.stories.js.map +7 -0
- package/inputs/Select/__stories__/Default/index.js +49 -47
- package/inputs/Select/__stories__/Default.d.ts +2 -2
- package/inputs/Select/__stories__/Default.js.map +7 -0
- package/inputs/Select/index.js +24 -31
- package/inputs/Select/index.js.map +7 -0
- package/inputs/Select/index.test.d.ts +1 -0
- package/inputs/index.js +21 -9
- package/inputs/index.js.map +7 -0
- package/inputs/inputsScenarios/index.js +506 -0
- package/{validators/validators.spec → inputs/inputsScenarios}/package.json +1 -1
- package/inputs/inputsScenarios.d.ts +338 -0
- package/inputs/inputsScenarios.js.map +7 -0
- package/internal/index.js +51 -34
- package/internal.js.map +7 -0
- package/lazy/index.js +64 -0
- package/{Questions/index.spec → lazy}/package.json +1 -1
- package/lazy.d.ts +70 -0
- package/lazy.js.map +7 -0
- package/locales/el/index.js +6 -0
- package/locales/el/package.json +6 -0
- package/locales/el.d.ts +2 -0
- package/locales/el.js.map +7 -0
- package/package.json +5 -7
- package/registry/index.js +146 -134
- package/registry.d.ts +3 -0
- package/registry.js.map +7 -0
- package/src/Field/FieldBase.tsx +2 -0
- package/src/Field/FieldBaseContainer.tsx +1 -1
- package/src/Field/FieldConditional.tsx +4 -0
- package/src/Field/index.tsx +7 -1
- package/src/Field/types.tsx +7 -0
- package/src/Field/utils.ts +13 -6
- package/src/FieldArray/FieldArray.stories.js +2 -2
- package/src/FieldArray/index.test.tsx +24 -0
- package/src/FieldArray/index.tsx +12 -6
- package/src/FieldObject/index.tsx +10 -2
- package/src/Fieldset/types.tsx +3 -1
- package/src/FormBuilder/FormBuilder.stories.js +1 -1
- package/src/FormBuilder/FormBuilder.tsx +15 -3
- package/src/FormBuilder/index.test.tsx +20 -0
- package/src/FormBuilder/scenarios.test.tsx +1864 -0
- package/src/MultiplicityField/MultiplicityField.stories.js +6 -6
- package/src/MultiplicityField/__stories__/PreviewDisplay.tsx +2 -2
- package/src/MultiplicityField/__stories__/WithExactLength.tsx +1 -1
- package/src/MultiplicityField/__stories__/WithMaxLength.tsx +1 -1
- package/src/MultiplicityField/__stories__/WithMinAndMaxLength.tsx +1 -1
- package/src/MultiplicityField/__stories__/WithMinLength.tsx +1 -1
- package/src/MultiplicityField/add-objects.tsx +26 -23
- package/src/MultiplicityField/index.test.tsx +40 -0
- package/src/MultiplicityField/index.tsx +9 -9
- package/src/Questions/Questions.stories.js +1 -1
- package/src/Questions/Step/StepTitle.tsx +1 -0
- package/src/Questions/Step/index.ts +0 -1
- package/src/Questions/Step/types.tsx +1 -0
- package/src/Questions/__snapshots__/index.spec.tsx.snap +67 -586
- package/src/Questions/index.mdx +4 -4
- package/src/Questions/index.spec.tsx +3 -3
- package/src/Questions/index.test.tsx +20 -0
- package/src/Questions/types.tsx +1 -0
- package/src/index.ts +4 -1
- package/src/inputs/AutoCompleteInput/AutoComplete.stories.js +2 -1
- package/src/inputs/AutoCompleteInput/__stories__/Default.tsx +27 -18
- package/src/inputs/AutoCompleteInput/__stories__/Multiple.tsx +54 -0
- package/src/inputs/AutoCompleteInput/index.mdx +29 -0
- package/src/inputs/AutoCompleteInput/index.test.tsx +24 -0
- package/src/inputs/AutoCompleteInput/index.tsx +29 -17
- package/src/inputs/Checkboxes/Checkboxes.stories.js +3 -3
- package/src/inputs/Checkboxes/__stories__/Conditional.tsx +2 -3
- package/src/inputs/Checkboxes/index.mdx +33 -0
- package/src/inputs/Checkboxes/index.test.tsx +29 -0
- package/src/inputs/Checkboxes/index.tsx +28 -26
- package/src/inputs/DateInput/DateInput.stories.js +1 -1
- package/src/inputs/DateInput/__stories__/Default.tsx +21 -15
- package/src/inputs/DateInput/index.mdx +23 -0
- package/src/inputs/DateInput/index.test.tsx +20 -0
- package/src/inputs/DateInput/index.tsx +3 -3
- package/src/inputs/FileInput/FileInput.stories.js +1 -1
- package/src/inputs/FileInput/index.mdx +19 -0
- package/src/inputs/FileInput/index.test.tsx +20 -0
- package/src/inputs/ImageInput/ImageInput.stories.js +3 -3
- package/src/inputs/ImageInput/index.mdx +19 -0
- package/src/inputs/ImageInput/index.test.tsx +28 -0
- package/src/inputs/ImageInput/index.tsx +4 -4
- package/src/inputs/Input/Input.stories.js +10 -9
- package/src/inputs/Input/__stories__/LandlineNumber.tsx +27 -0
- package/src/inputs/Input/__stories__/MobilePhone.tsx +4 -0
- package/src/inputs/Input/__stories__/PhoneNumber.tsx +4 -1
- package/src/inputs/Input/__stories__/{Default.tsx → String.tsx} +2 -2
- package/src/inputs/Input/__stories__/{TextWithCharacterLimit.tsx → TextWithLimit.tsx} +2 -2
- package/src/inputs/Input/index.mdx +90 -3
- package/src/inputs/Input/index.test.tsx +56 -0
- package/src/inputs/Input/index.tsx +13 -13
- package/src/inputs/Input/inputsInputScenarios.ts +405 -0
- package/src/inputs/Label/Label.stories.js +1 -1
- package/src/inputs/Label/index.test.tsx +20 -0
- package/src/inputs/Label/index.tsx +1 -4
- package/src/inputs/OtpInput/OtpInput.stories.js +1 -1
- package/src/inputs/OtpInput/index.mdx +23 -0
- package/src/inputs/OtpInput/index.test.tsx +20 -0
- package/src/inputs/OtpInput/index.tsx +2 -2
- package/src/inputs/Radio/Radio.stories.js +3 -3
- package/src/inputs/Radio/__stories__/Conditional.tsx +4 -1
- package/src/inputs/Radio/index.mdx +33 -0
- package/src/inputs/Radio/index.test.tsx +28 -0
- package/src/inputs/Radio/index.tsx +65 -6
- package/src/inputs/Select/Select.stories.js +1 -1
- package/src/inputs/Select/index.mdx +17 -0
- package/src/inputs/Select/index.test.tsx +20 -0
- package/src/inputs/inputsScenarios.ts +503 -0
- package/src/lazy.js +61 -0
- package/src/locales/el.ts +3 -0
- package/src/registry.js +6 -0
- package/src/types.tsx +21 -19
- package/src/utils.ts +34 -33
- package/src/validators/index.ts +5 -0
- package/src/validators/utils/file.ts +9 -9
- package/src/validators/utils/phone.ts +143 -72
- package/src/validators/validators.spec.ts +3 -37
- package/types/index.js +1 -1
- package/types.d.ts +2 -0
- package/types.js.map +7 -0
- package/utils/index.js +56 -77
- package/utils.js.map +7 -0
- package/validators/index.js +101 -110
- package/validators/index.js.map +7 -0
- package/validators/types/index.js +1 -1
- package/validators/types.js.map +7 -0
- package/validators/utils/afm/index.js +16 -16
- package/validators/utils/afm.js.map +7 -0
- package/validators/utils/file/index.js +22 -42
- package/validators/utils/file.js.map +7 -0
- package/validators/utils/iban/index.js +14 -12
- package/validators/utils/iban.js.map +7 -0
- package/validators/utils/image/index.js +66 -106
- package/validators/utils/image.js.map +7 -0
- package/validators/utils/index.js +54 -48
- package/validators/utils/index.js.map +7 -0
- package/validators/utils/int/index.js +12 -7
- package/validators/utils/int.js.map +7 -0
- package/validators/utils/number/index.js +11 -6
- package/validators/utils/number.js.map +7 -0
- package/validators/utils/otp/index.js +13 -8
- package/validators/utils/otp.js.map +7 -0
- package/validators/utils/phone/index.js +146 -82
- package/validators/utils/phone.d.ts +2 -2
- package/validators/utils/phone.js.map +7 -0
- package/validators/utils/postal_code/index.js +14 -11
- package/validators/utils/postal_code.js.map +7 -0
- package/validators/utils/text_limit/index.js +18 -20
- package/validators/utils/text_limit.js.map +7 -0
- package/validators/utils/uuid4/index.js +12 -8
- package/validators/utils/uuid4.js.map +7 -0
- package/Field/index.mdx +0 -6
- package/FieldArray/FieldArray.stories.playwright.json +0 -353
- package/FormBuilder/FormBuilder.mdx +0 -256
- package/FormBuilder/FormBuilder.stories.playwright.json +0 -52
- package/MultiplicityField/MultiplicityField.mdx +0 -590
- package/MultiplicityField/MultiplicityField.stories.playwright.json +0 -1370
- package/Questions/__snapshots__/index.spec.tsx.snap +0 -596
- package/Questions/index.mdx +0 -415
- package/Questions/index.spec/index.js +0 -59
- package/cjs/Field/index.mdx +0 -6
- package/cjs/FieldArray/FieldArray.stories.playwright.json +0 -353
- package/cjs/FormBuilder/FormBuilder.mdx +0 -256
- package/cjs/FormBuilder/FormBuilder.stories.playwright.json +0 -52
- package/cjs/MultiplicityField/MultiplicityField.mdx +0 -590
- package/cjs/MultiplicityField/MultiplicityField.stories.playwright.json +0 -1370
- package/cjs/Questions/__snapshots__/index.spec.tsx.snap +0 -596
- package/cjs/Questions/index.mdx +0 -415
- package/cjs/Questions/index.spec/index.js +0 -63
- package/cjs/create-simple-form.mdx +0 -539
- package/cjs/index.mdx +0 -51
- package/cjs/inputs/Checkboxes/Checkboxes.stories.playwright.json +0 -85
- package/cjs/inputs/Checkboxes/index.mdx +0 -0
- package/cjs/inputs/DateInput/DateInput.stories.playwright.json +0 -72
- package/cjs/inputs/FileInput/FileInput.stories.playwright.json +0 -75
- package/cjs/inputs/ImageInput/ImageInput.stories.playwright.json +0 -77
- package/cjs/inputs/Input/Input.stories.playwright.json +0 -376
- package/cjs/inputs/Input/__stories__/Default/index.js +0 -33
- package/cjs/inputs/Input/__stories__/TextWithCharacterLimit/index.js +0 -39
- package/cjs/inputs/Input/index.mdx +0 -8
- package/cjs/inputs/Label/Label.stories.playwright.json +0 -40
- package/cjs/inputs/Label/index.mdx +0 -0
- package/cjs/inputs/Radio/Radio.stories.playwright.json +0 -73
- package/cjs/inputs/Radio/index.mdx +0 -0
- package/cjs/inputs/Select/Select.stories.playwright.json +0 -22
- package/cjs/installation.mdx +0 -68
- package/cjs/validators/validators.spec/index.js +0 -87
- package/create-simple-form.mdx +0 -539
- package/index.mdx +0 -51
- package/inputs/Checkboxes/Checkboxes.stories.playwright.json +0 -85
- package/inputs/Checkboxes/index.mdx +0 -0
- package/inputs/DateInput/DateInput.stories.playwright.json +0 -72
- package/inputs/FileInput/FileInput.stories.playwright.json +0 -75
- package/inputs/ImageInput/ImageInput.stories.playwright.json +0 -77
- package/inputs/Input/Input.stories.playwright.json +0 -376
- package/inputs/Input/__stories__/Default/index.js +0 -23
- package/inputs/Input/__stories__/Default.d.ts +0 -3
- package/inputs/Input/__stories__/TextWithCharacterLimit/index.js +0 -29
- package/inputs/Input/__stories__/TextWithCharacterLimit/package.json +0 -6
- package/inputs/Input/__stories__/TextWithCharacterLimit.d.ts +0 -3
- package/inputs/Input/index.mdx +0 -8
- package/inputs/Label/Label.stories.playwright.json +0 -40
- package/inputs/Label/index.mdx +0 -0
- package/inputs/Radio/Radio.stories.playwright.json +0 -73
- package/inputs/Radio/index.mdx +0 -0
- package/inputs/Select/Select.stories.playwright.json +0 -22
- package/installation.mdx +0 -68
- package/src/FieldArray/FieldArray.stories.playwright.json +0 -353
- package/src/FormBuilder/FormBuilder.stories.playwright.json +0 -52
- package/src/MultiplicityField/MultiplicityField.stories.playwright.json +0 -1370
- package/src/inputs/Checkboxes/Checkboxes.stories.playwright.json +0 -85
- package/src/inputs/DateInput/DateInput.stories.playwright.json +0 -72
- package/src/inputs/FileInput/FileInput.stories.playwright.json +0 -75
- package/src/inputs/ImageInput/ImageInput.stories.playwright.json +0 -77
- package/src/inputs/Input/Input.stories.playwright.json +0 -376
- package/src/inputs/Label/Label.stories.playwright.json +0 -40
- package/src/inputs/Radio/Radio.stories.playwright.json +0 -73
- package/src/inputs/Select/Select.stories.playwright.json +0 -22
- package/validators/validators.spec/index.js +0 -85
|
@@ -1,1370 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "4",
|
|
3
|
-
"stories": {
|
|
4
|
-
"digigov-form-multiplicityfield--default": {
|
|
5
|
-
"actionSets": [
|
|
6
|
-
{
|
|
7
|
-
"actions": [
|
|
8
|
-
{
|
|
9
|
-
"name": "click",
|
|
10
|
-
"args": {
|
|
11
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"id": "syFYyM00Is7H",
|
|
16
|
-
"title": "Show validation errors"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"actions": [
|
|
20
|
-
{
|
|
21
|
-
"name": "type",
|
|
22
|
-
"args": {
|
|
23
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
24
|
-
"text": "hello"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "click",
|
|
29
|
-
"args": {
|
|
30
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "type",
|
|
35
|
-
"args": {
|
|
36
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
37
|
-
"text": "150000496"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "type",
|
|
42
|
-
"args": {
|
|
43
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
44
|
-
"text": "john"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "type",
|
|
49
|
-
"args": {
|
|
50
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>label>input",
|
|
51
|
-
"text": "snow"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "click",
|
|
56
|
-
"args": {
|
|
57
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "click",
|
|
62
|
-
"args": {
|
|
63
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "type",
|
|
68
|
-
"args": {
|
|
69
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
70
|
-
"text": "150000496"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "type",
|
|
75
|
-
"args": {
|
|
76
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
77
|
-
"text": "aria"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "type",
|
|
82
|
-
"args": {
|
|
83
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>label>input",
|
|
84
|
-
"text": "stark"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "click",
|
|
89
|
-
"args": {
|
|
90
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "type",
|
|
95
|
-
"args": {
|
|
96
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
97
|
-
"text": "6977777777"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "click",
|
|
102
|
-
"args": {
|
|
103
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"id": "Mwf_5dumZmFX",
|
|
108
|
-
"title": "add 2 items in multiplicity"
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
},
|
|
112
|
-
"digigov-form-multiplicityfield--with-min-length": {
|
|
113
|
-
"actionSets": [
|
|
114
|
-
{
|
|
115
|
-
"actions": [
|
|
116
|
-
{
|
|
117
|
-
"name": "click",
|
|
118
|
-
"args": {
|
|
119
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"id": "aDvHyzTaVgO_",
|
|
124
|
-
"title": "show validation errors"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"actions": [
|
|
128
|
-
{
|
|
129
|
-
"name": "type",
|
|
130
|
-
"args": {
|
|
131
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
132
|
-
"text": "hello"
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "click",
|
|
137
|
-
"args": {
|
|
138
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"name": "type",
|
|
143
|
-
"args": {
|
|
144
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
145
|
-
"text": "Jon"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "type",
|
|
150
|
-
"args": {
|
|
151
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
152
|
-
"text": "Dow"
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"name": "type",
|
|
157
|
-
"args": {
|
|
158
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
159
|
-
"text": "1"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "type",
|
|
164
|
-
"args": {
|
|
165
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
166
|
-
"text": "1"
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"name": "type",
|
|
171
|
-
"args": {
|
|
172
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
173
|
-
"text": "1111"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "click",
|
|
178
|
-
"args": {
|
|
179
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "click",
|
|
184
|
-
"args": {
|
|
185
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "type",
|
|
190
|
-
"args": {
|
|
191
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
192
|
-
"text": "Mar"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "type",
|
|
197
|
-
"args": {
|
|
198
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
199
|
-
"text": "P"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "type",
|
|
204
|
-
"args": {
|
|
205
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
206
|
-
"text": "1"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"name": "type",
|
|
211
|
-
"args": {
|
|
212
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
213
|
-
"text": "11"
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "type",
|
|
218
|
-
"args": {
|
|
219
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
220
|
-
"text": "11111"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"name": "click",
|
|
225
|
-
"args": {
|
|
226
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"name": "click",
|
|
231
|
-
"args": {
|
|
232
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"name": "type",
|
|
237
|
-
"args": {
|
|
238
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
239
|
-
"text": "6977777777"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "click",
|
|
244
|
-
"args": {
|
|
245
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
"id": "saQgXAGh0yKz",
|
|
250
|
-
"title": "add 2 items with min needed = 3"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"actions": [
|
|
254
|
-
{
|
|
255
|
-
"name": "type",
|
|
256
|
-
"args": {
|
|
257
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
258
|
-
"text": "hello"
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"name": "click",
|
|
263
|
-
"args": {
|
|
264
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"name": "type",
|
|
269
|
-
"args": {
|
|
270
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
271
|
-
"text": "Jon"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "type",
|
|
276
|
-
"args": {
|
|
277
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
278
|
-
"text": "Dow"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"name": "type",
|
|
283
|
-
"args": {
|
|
284
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
285
|
-
"text": "1"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "type",
|
|
290
|
-
"args": {
|
|
291
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
292
|
-
"text": "1"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "type",
|
|
297
|
-
"args": {
|
|
298
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
299
|
-
"text": "1111"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "click",
|
|
304
|
-
"args": {
|
|
305
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "click",
|
|
310
|
-
"args": {
|
|
311
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "type",
|
|
316
|
-
"args": {
|
|
317
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
318
|
-
"text": "Mar"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "type",
|
|
323
|
-
"args": {
|
|
324
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
325
|
-
"text": "P"
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "type",
|
|
330
|
-
"args": {
|
|
331
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
332
|
-
"text": "1"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"name": "type",
|
|
337
|
-
"args": {
|
|
338
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
339
|
-
"text": "11"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "type",
|
|
344
|
-
"args": {
|
|
345
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
346
|
-
"text": "11111"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "click",
|
|
351
|
-
"args": {
|
|
352
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"name": "click",
|
|
357
|
-
"args": {
|
|
358
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "type",
|
|
363
|
-
"args": {
|
|
364
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
365
|
-
"text": "Tim"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "type",
|
|
370
|
-
"args": {
|
|
371
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
372
|
-
"text": "Til"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "type",
|
|
377
|
-
"args": {
|
|
378
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
379
|
-
"text": "1"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "type",
|
|
384
|
-
"args": {
|
|
385
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
386
|
-
"text": "1"
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"name": "type",
|
|
391
|
-
"args": {
|
|
392
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
393
|
-
"text": "1111"
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "click",
|
|
398
|
-
"args": {
|
|
399
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "click",
|
|
404
|
-
"args": {
|
|
405
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "type",
|
|
410
|
-
"args": {
|
|
411
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
412
|
-
"text": "6977777777"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "click",
|
|
417
|
-
"args": {
|
|
418
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
],
|
|
422
|
-
"id": "nA3Rf_65LOtW",
|
|
423
|
-
"title": "add 3 items with min needed = 3"
|
|
424
|
-
}
|
|
425
|
-
]
|
|
426
|
-
},
|
|
427
|
-
"digigov-form-multiplicityfield--with-max-length": {
|
|
428
|
-
"actionSets": [
|
|
429
|
-
{
|
|
430
|
-
"actions": [
|
|
431
|
-
{
|
|
432
|
-
"name": "type",
|
|
433
|
-
"args": {
|
|
434
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
435
|
-
"text": "hello"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"name": "click",
|
|
440
|
-
"args": {
|
|
441
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "type",
|
|
446
|
-
"args": {
|
|
447
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
448
|
-
"text": "Jon"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"name": "type",
|
|
453
|
-
"args": {
|
|
454
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
455
|
-
"text": "Dow"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"name": "type",
|
|
460
|
-
"args": {
|
|
461
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
462
|
-
"text": "1"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "type",
|
|
467
|
-
"args": {
|
|
468
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
469
|
-
"text": "11"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "type",
|
|
474
|
-
"args": {
|
|
475
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
476
|
-
"text": "1111"
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"name": "click",
|
|
481
|
-
"args": {
|
|
482
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "click",
|
|
487
|
-
"args": {
|
|
488
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"name": "type",
|
|
493
|
-
"args": {
|
|
494
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
495
|
-
"text": "Mar"
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "type",
|
|
500
|
-
"args": {
|
|
501
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
502
|
-
"text": "p"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "type",
|
|
507
|
-
"args": {
|
|
508
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
509
|
-
"text": "1"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "type",
|
|
514
|
-
"args": {
|
|
515
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
516
|
-
"text": "11"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "type",
|
|
521
|
-
"args": {
|
|
522
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
523
|
-
"text": "1111"
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "click",
|
|
528
|
-
"args": {
|
|
529
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "type",
|
|
534
|
-
"args": {
|
|
535
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
536
|
-
"text": "6977777777"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"name": "click",
|
|
541
|
-
"args": {
|
|
542
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
],
|
|
546
|
-
"id": "P-jxxe_OIs23",
|
|
547
|
-
"title": "add 2 items with max=2"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"actions": [
|
|
551
|
-
{
|
|
552
|
-
"name": "type",
|
|
553
|
-
"args": {
|
|
554
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
555
|
-
"text": "hello"
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "click",
|
|
560
|
-
"args": {
|
|
561
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "type",
|
|
566
|
-
"args": {
|
|
567
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
568
|
-
"text": "Jon"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"name": "type",
|
|
573
|
-
"args": {
|
|
574
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
575
|
-
"text": "Dow"
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "type",
|
|
580
|
-
"args": {
|
|
581
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
582
|
-
"text": "1"
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"name": "type",
|
|
587
|
-
"args": {
|
|
588
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
589
|
-
"text": "11"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "type",
|
|
594
|
-
"args": {
|
|
595
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
596
|
-
"text": "1111"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "click",
|
|
601
|
-
"args": {
|
|
602
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "click",
|
|
607
|
-
"args": {
|
|
608
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"name": "type",
|
|
613
|
-
"args": {
|
|
614
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
615
|
-
"text": "Mar"
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "type",
|
|
620
|
-
"args": {
|
|
621
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
622
|
-
"text": "p"
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"name": "type",
|
|
627
|
-
"args": {
|
|
628
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
629
|
-
"text": "1"
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "type",
|
|
634
|
-
"args": {
|
|
635
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
636
|
-
"text": "11"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "type",
|
|
641
|
-
"args": {
|
|
642
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
643
|
-
"text": "1111"
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"name": "click",
|
|
648
|
-
"args": {
|
|
649
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "type",
|
|
654
|
-
"args": {
|
|
655
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
656
|
-
"text": "6977777777"
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"name": "click",
|
|
661
|
-
"args": {
|
|
662
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
],
|
|
666
|
-
"id": "TCGAFTRCBPcy",
|
|
667
|
-
"title": "add 3 items with max=2"
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
},
|
|
671
|
-
"digigov-form-multiplicityfield--with-min-and-max-length": {
|
|
672
|
-
"actionSets": [
|
|
673
|
-
{
|
|
674
|
-
"actions": [
|
|
675
|
-
{
|
|
676
|
-
"name": "type",
|
|
677
|
-
"args": {
|
|
678
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
679
|
-
"text": "hello"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "click",
|
|
684
|
-
"args": {
|
|
685
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
686
|
-
}
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "type",
|
|
690
|
-
"args": {
|
|
691
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
692
|
-
"text": "Jon"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "type",
|
|
697
|
-
"args": {
|
|
698
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
699
|
-
"text": "Doe"
|
|
700
|
-
}
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"name": "type",
|
|
704
|
-
"args": {
|
|
705
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
706
|
-
"text": "1"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"name": "type",
|
|
711
|
-
"args": {
|
|
712
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
713
|
-
"text": "1"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "type",
|
|
718
|
-
"args": {
|
|
719
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
720
|
-
"text": "1111"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "click",
|
|
725
|
-
"args": {
|
|
726
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
727
|
-
}
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"name": "type",
|
|
731
|
-
"args": {
|
|
732
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
733
|
-
"text": "6977777777"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "click",
|
|
738
|
-
"args": {
|
|
739
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
740
|
-
}
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "click",
|
|
744
|
-
"args": {
|
|
745
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
],
|
|
749
|
-
"id": "bUD5Rn-W_pQT",
|
|
750
|
-
"title": "add 1 entry with min=2 and max=3"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"actions": [
|
|
754
|
-
{
|
|
755
|
-
"name": "type",
|
|
756
|
-
"args": {
|
|
757
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
758
|
-
"text": "hello"
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"name": "click",
|
|
763
|
-
"args": {
|
|
764
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"name": "type",
|
|
769
|
-
"args": {
|
|
770
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
771
|
-
"text": "Jon"
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"name": "type",
|
|
776
|
-
"args": {
|
|
777
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
778
|
-
"text": "Doe"
|
|
779
|
-
}
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"name": "type",
|
|
783
|
-
"args": {
|
|
784
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
785
|
-
"text": "1"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"name": "type",
|
|
790
|
-
"args": {
|
|
791
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
792
|
-
"text": "1"
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "type",
|
|
797
|
-
"args": {
|
|
798
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
799
|
-
"text": "1111"
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "click",
|
|
804
|
-
"args": {
|
|
805
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
806
|
-
}
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"name": "type",
|
|
810
|
-
"args": {
|
|
811
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
812
|
-
"text": "6977777777"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"name": "click",
|
|
817
|
-
"args": {
|
|
818
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"name": "type",
|
|
823
|
-
"args": {
|
|
824
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
825
|
-
"text": "Mar"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"name": "type",
|
|
830
|
-
"args": {
|
|
831
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
832
|
-
"text": "P"
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "type",
|
|
837
|
-
"args": {
|
|
838
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
839
|
-
"text": "1"
|
|
840
|
-
}
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"name": "type",
|
|
844
|
-
"args": {
|
|
845
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
846
|
-
"text": "1"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"name": "type",
|
|
851
|
-
"args": {
|
|
852
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
853
|
-
"text": "1111"
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"name": "click",
|
|
858
|
-
"args": {
|
|
859
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"name": "click",
|
|
864
|
-
"args": {
|
|
865
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "click",
|
|
870
|
-
"args": {
|
|
871
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
],
|
|
875
|
-
"id": "zNZ6WaNdbyNO",
|
|
876
|
-
"title": "add 2 entries with min=2 and max=3"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"actions": [
|
|
880
|
-
{
|
|
881
|
-
"name": "type",
|
|
882
|
-
"args": {
|
|
883
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
884
|
-
"text": "hello"
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"name": "click",
|
|
889
|
-
"args": {
|
|
890
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "type",
|
|
895
|
-
"args": {
|
|
896
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
897
|
-
"text": "Jon"
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "type",
|
|
902
|
-
"args": {
|
|
903
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
904
|
-
"text": "Doe"
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"name": "type",
|
|
909
|
-
"args": {
|
|
910
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
911
|
-
"text": "1"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"name": "type",
|
|
916
|
-
"args": {
|
|
917
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
918
|
-
"text": "01"
|
|
919
|
-
}
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "type",
|
|
923
|
-
"args": {
|
|
924
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
925
|
-
"text": "1111"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "click",
|
|
930
|
-
"args": {
|
|
931
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"name": "click",
|
|
936
|
-
"args": {
|
|
937
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "type",
|
|
942
|
-
"args": {
|
|
943
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
944
|
-
"text": "Mar"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "type",
|
|
949
|
-
"args": {
|
|
950
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
951
|
-
"text": "P"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "type",
|
|
956
|
-
"args": {
|
|
957
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
958
|
-
"text": "1"
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "type",
|
|
963
|
-
"args": {
|
|
964
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
965
|
-
"text": "1"
|
|
966
|
-
}
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "type",
|
|
970
|
-
"args": {
|
|
971
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
972
|
-
"text": "1111"
|
|
973
|
-
}
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"name": "click",
|
|
977
|
-
"args": {
|
|
978
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"name": "click",
|
|
983
|
-
"args": {
|
|
984
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"name": "type",
|
|
989
|
-
"args": {
|
|
990
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
991
|
-
"text": "Tim"
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"name": "type",
|
|
996
|
-
"args": {
|
|
997
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
998
|
-
"text": "Til"
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"name": "type",
|
|
1003
|
-
"args": {
|
|
1004
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
1005
|
-
"text": "1"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"name": "type",
|
|
1010
|
-
"args": {
|
|
1011
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
1012
|
-
"text": "1"
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"name": "type",
|
|
1017
|
-
"args": {
|
|
1018
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
1019
|
-
"text": "1111"
|
|
1020
|
-
}
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"name": "click",
|
|
1024
|
-
"args": {
|
|
1025
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "click",
|
|
1030
|
-
"args": {
|
|
1031
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
],
|
|
1035
|
-
"id": "dsTiE1wWTvQR",
|
|
1036
|
-
"title": "Add 4 entries with min=2 and max=3"
|
|
1037
|
-
}
|
|
1038
|
-
]
|
|
1039
|
-
},
|
|
1040
|
-
"digigov-form-multiplicityfield--with-exact-length": {
|
|
1041
|
-
"actionSets": [
|
|
1042
|
-
{
|
|
1043
|
-
"actions": [
|
|
1044
|
-
{
|
|
1045
|
-
"name": "type",
|
|
1046
|
-
"args": {
|
|
1047
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
1048
|
-
"text": "hello"
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "click",
|
|
1053
|
-
"args": {
|
|
1054
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"name": "type",
|
|
1059
|
-
"args": {
|
|
1060
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
1061
|
-
"text": "Jon"
|
|
1062
|
-
}
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "type",
|
|
1066
|
-
"args": {
|
|
1067
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
1068
|
-
"text": "Doe"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "type",
|
|
1073
|
-
"args": {
|
|
1074
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
1075
|
-
"text": "1"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"name": "type",
|
|
1080
|
-
"args": {
|
|
1081
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
1082
|
-
"text": "1"
|
|
1083
|
-
}
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"name": "type",
|
|
1087
|
-
"args": {
|
|
1088
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
1089
|
-
"text": "1111"
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"name": "click",
|
|
1094
|
-
"args": {
|
|
1095
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "click",
|
|
1100
|
-
"args": {
|
|
1101
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"name": "type",
|
|
1106
|
-
"args": {
|
|
1107
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
1108
|
-
"text": "6977777777"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "click",
|
|
1113
|
-
"args": {
|
|
1114
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
],
|
|
1118
|
-
"id": "RK0fs3Viktf9",
|
|
1119
|
-
"title": "add 1 entry with exact length=2"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"actions": [
|
|
1123
|
-
{
|
|
1124
|
-
"name": "type",
|
|
1125
|
-
"args": {
|
|
1126
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
1127
|
-
"text": "hello"
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "click",
|
|
1132
|
-
"args": {
|
|
1133
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "type",
|
|
1138
|
-
"args": {
|
|
1139
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
1140
|
-
"text": "Jon"
|
|
1141
|
-
}
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"name": "type",
|
|
1145
|
-
"args": {
|
|
1146
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
1147
|
-
"text": "Doe"
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"name": "type",
|
|
1152
|
-
"args": {
|
|
1153
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
1154
|
-
"text": "1"
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"name": "type",
|
|
1159
|
-
"args": {
|
|
1160
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
1161
|
-
"text": "1"
|
|
1162
|
-
}
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"name": "type",
|
|
1166
|
-
"args": {
|
|
1167
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
1168
|
-
"text": "1111"
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "click",
|
|
1173
|
-
"args": {
|
|
1174
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"name": "click",
|
|
1179
|
-
"args": {
|
|
1180
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"name": "type",
|
|
1185
|
-
"args": {
|
|
1186
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
1187
|
-
"text": "Mar"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "type",
|
|
1192
|
-
"args": {
|
|
1193
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
1194
|
-
"text": "P"
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"name": "type",
|
|
1199
|
-
"args": {
|
|
1200
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
1201
|
-
"text": "1"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"name": "type",
|
|
1206
|
-
"args": {
|
|
1207
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
1208
|
-
"text": "1"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "type",
|
|
1213
|
-
"args": {
|
|
1214
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
1215
|
-
"text": "1111"
|
|
1216
|
-
}
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"name": "click",
|
|
1220
|
-
"args": {
|
|
1221
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "type",
|
|
1226
|
-
"args": {
|
|
1227
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
1228
|
-
"text": "6977777777"
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"name": "click",
|
|
1233
|
-
"args": {
|
|
1234
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1235
|
-
}
|
|
1236
|
-
}
|
|
1237
|
-
],
|
|
1238
|
-
"id": "pGpB7EaiyOpu",
|
|
1239
|
-
"title": "add 3 entries with exact length=2"
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"actions": [
|
|
1243
|
-
{
|
|
1244
|
-
"name": "type",
|
|
1245
|
-
"args": {
|
|
1246
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
|
|
1247
|
-
"text": "hello"
|
|
1248
|
-
}
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "click",
|
|
1252
|
-
"args": {
|
|
1253
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "type",
|
|
1258
|
-
"args": {
|
|
1259
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
1260
|
-
"text": "Jon"
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"name": "type",
|
|
1265
|
-
"args": {
|
|
1266
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
1267
|
-
"text": "Doe"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "type",
|
|
1272
|
-
"args": {
|
|
1273
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
1274
|
-
"text": "1"
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "type",
|
|
1279
|
-
"args": {
|
|
1280
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
1281
|
-
"text": "1"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "type",
|
|
1286
|
-
"args": {
|
|
1287
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
1288
|
-
"text": "1111"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"name": "click",
|
|
1293
|
-
"args": {
|
|
1294
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
1295
|
-
}
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "click",
|
|
1299
|
-
"args": {
|
|
1300
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"name": "type",
|
|
1305
|
-
"args": {
|
|
1306
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
|
|
1307
|
-
"text": "Mar"
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "type",
|
|
1312
|
-
"args": {
|
|
1313
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
|
|
1314
|
-
"text": "P"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"name": "type",
|
|
1319
|
-
"args": {
|
|
1320
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
|
|
1321
|
-
"text": "1"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "type",
|
|
1326
|
-
"args": {
|
|
1327
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
|
|
1328
|
-
"text": "1"
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "type",
|
|
1333
|
-
"args": {
|
|
1334
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
|
|
1335
|
-
"text": "1111"
|
|
1336
|
-
}
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"name": "click",
|
|
1340
|
-
"args": {
|
|
1341
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "click",
|
|
1346
|
-
"args": {
|
|
1347
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "type",
|
|
1352
|
-
"args": {
|
|
1353
|
-
"selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
|
|
1354
|
-
"text": "6977777777"
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"name": "click",
|
|
1359
|
-
"args": {
|
|
1360
|
-
"selector": "html>body>div:nth-child(5)>form>button"
|
|
1361
|
-
}
|
|
1362
|
-
}
|
|
1363
|
-
],
|
|
1364
|
-
"id": "uppcH6YkEw6t",
|
|
1365
|
-
"title": "add 2 entries with exact length=2"
|
|
1366
|
-
}
|
|
1367
|
-
]
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
}
|