Here is the structure of my JSON file:
test.json:
{
"email": "<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d3b8a1baa093beb2babfbabdb2a7bca1fdb0bcbe">[email protected]</a>",
"password": "Sanju@143",
"fName": "naresh",
"lName": "surya",
"MName": "kumar",
}
My goal is to make the email value dynamic ([email protected]). The content in the placeholder will be dynamically filled. This JSON will be utilized in my Protractor automation script later.