Text Input:
Radio Button Choice
Choice 1
Choice 2
Select Dropdown Choice:
Choice 1
Choice 2
Choice 3
Textarea:
Checkbox:
{"ScriptPreparationCode":"window.callable = () =\u003E \u0027result\u0027;\r\nwindow.$notIt = $(\u0027.select-choice\u0027);\r\nwindow.$it = $(\u0027.radio-choice-1\u0027);\r\n","TestCases":[{"Name":"With click on body","Code":"$(\u0027body\u0027).on(\u0027click\u0027, \u0027.select-choice\u0027, window.callable);\r\nwindow.$notIt.click();\r\nwindow.$it.click();","IsDeferred":false},{"Name":"With click on document","Code":"$(document).on(\u0027click\u0027, \u0027.select-choice\u0027, window.callable);\r\nwindow.$notIt.click();\r\nwindow.$it.click();","IsDeferred":false},{"Name":"With click on window","Code":"$(window).on(\u0027click\u0027, \u0027.select-choice\u0027, window.callable);\r\nwindow.$notIt.click();\r\nwindow.$it.click();","IsDeferred":false},{"Name":"With click on element","Code":"$(\u0027.select-choice\u0027).on(\u0027click\u0027, window.callable);\r\nwindow.$notIt.click();\r\nwindow.$it.click();","IsDeferred":false},{"Name":"With click on wrap","Code":"$(\u0027.wrap\u0027).on(\u0027click\u0027, \u0027.select-choice\u0027, window.callable);\r\nwindow.$notIt.click();\r\nwindow.$it.click();","IsDeferred":false}]}