Hello Everyone,
I have a scenario where during recording there is an encrypted value being sent in the call . Upon analysing , the value is generated using an encryption mechanism and the function takes all the form values from the page which is then encrypted . For ex., if there is single form in the page , all the input elements from that form is passed as a parameter in an array format within the function using document.forms[i].Element .
Since it is dynamic , is there a way to make the js function read the HTML page as document .
Could someone help