v1
6/27/2019 by 01 -00
disable setup HTML
Setup HTML
<a href="https://google.com">Google</a>
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



document.querySelector("a[href='https://google.com']").style.color = "red";
delete caserun single casemove updrag and drop case


ready



document.querySelectorAll("a[href='https://google.com']")[0].style.color = "red";
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN