Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/session-queue-jdbc
/
.
/
common
/
src
/
web
/
userDefinedProperty.html
blob: 2453e6921b17c8de2e065971b11e8904eaffaed7 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
<div
id
=
"d"
></div>
<script>
document
.
getElementById
(
"d"
).
dynamicProperty
=
'sampleValue'
;
</script>
</body>
</html>