2016-03-29 20:45:15 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>quteprocess.click_element test</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-08-18 13:24:47 +02:00
|
|
|
<span id='test' onclick='console.log("click_element clicked")'>Test Element</span>
|
2016-03-29 20:45:15 +02:00
|
|
|
<span onclick='console.log("click_element special chars")'>"Don't", he shouted</span>
|
|
|
|
<span>Duplicate</span>
|
|
|
|
<span>Duplicate</span>
|
2016-08-18 15:30:04 +02:00
|
|
|
<form><input id='qute-input'></input></form>
|
2016-08-18 15:45:29 +02:00
|
|
|
<a href="/data/hello.txt" id='link'>link</a>
|
2017-12-12 11:33:34 +01:00
|
|
|
<span id='foo.bar' onclick='console.log("id with dot")'>ID with dot</span>
|
2016-03-29 20:45:15 +02:00
|
|
|
</body>
|
|
|
|
</html>
|