Kargi-Sitesi/node_modules/selenium-webdriver/lib/test/data/userDefinedProperty.html

8 lines
130 B
HTML

<html>
<body>
<div id="d"></div>
<script>
document.getElementById("d").dynamicProperty = 'sampleValue';
</script>
</body>
</html>