This is the text of my Button
This is a template text
So much things here
{"ScriptPreparationCode":"var BUTTON = document.querySelector(\u0027#button\u0027);","TestCases":[{"Name":"innerHTML","Code":"const a = BUTTON.innerHTML;","IsDeferred":false},{"Name":"textContent","Code":"const b = BUTTON.textContent;","IsDeferred":false},{"Name":"Element","Code":"const c = BUTTON;","IsDeferred":false},{"Name":"true","Code":"const d = true;","IsDeferred":false}]}