UNPKG
casperjs
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-beta5
1.1.0-beta4
1.1.0-beta3
1.1.0-beta2
A navigation scripting & testing utility for PhantomJS and SlimerJS
casperjs.org
casperjs/casperjs
casperjs
/
tests
/
site
/
elementattribute.html
8 lines
•
285 B
HTML
View Raw
1
2
3
4
5
6
7
8
<!DOCTYPE
html
>
<
html
>
<
body
>
<
div
class
=
"tester testo testme"
data-stuff
=
"beautiful string"
>
</
div
>
<
div
class
=
"tester testo testme"
data-stuff
=
"not as beautiful string"
>
</
div
>
<
div
id
=
"content-editable-div"
contenteditable
=
"true"
>
</
div
>
</
body
>
</
html
>