| i am trying to execute form even in JUNIT and it not working i am writting junit code to adobe life cycle form and code needed me to added a JS code to activate the drop down liste.
so i have added code as listed below.
formTester.setFieldValue(this._ddl63d, "Yes");
formTester.executeJavaScript("xfa.form.form1.sfPar t3.ddl63d.execEvent(\"change\")");
but the even not activationg the code. |