Thats the topic:- Enviroment: web server with https configuration.-
Goal: Automate submit of a form which requires electronic signature with
a hidden submit button (any buttons visible).- Actual solutuion tried:
In the event postsign from signature, we execute
"btnSubmit.execEvent(“click”)" (javascript)- Result / problem: This
jscript code is executed OK when running local and submit form to
especified local folder, but when i tried a server URL, it didn't work.
On the other hand, if i manual cl...