aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/userDefinedProperty.html
blob: 2453e6921b17c8de2e065971b11e8904eaffaed7 (plain)
1
2
3
4
5
6
7
8
<html>
<body>
<div id="d"></div>
<script>
document.getElementById("d").dynamicProperty = 'sampleValue';
</script>
</body>
</html>