projecte_ionic/node_modules/selenium-webdriver/lib/test/data/userDefinedProperty.html
2022-02-09 18:30:03 +01:00

8 lines
130 B
HTML
Executable file

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