i am new to ReadyAPI and automation. But now i facing some issue where i wanted to fill in the consent page will the value that will get from the Data source. The Role value is the value that i need to get and fill into the consent page
Here is my automation code to get the value: I have to get the value from Data source, then fill into text box, then click button
This is the code im using:
document.getElementById('freeTextHabilitations').value = 'ObjectiveCombinaisons Data Source#Role';
document.getElementById('allowBtn').click();
I having problem where get nothing after the data source ran . Anyone have any idea on how to inject the value from data source to automation script (java?) Thank you.