<html>
    <head>
        <title>quteprocess.click_element test</title>
    </head>
    <body>
        <span onclick='console.log("click_element clicked")'>Test Element</span>
        <span onclick='console.log("click_element special chars")'>"Don't", he shouted</span>
        <span>Duplicate</span>
        <span>Duplicate</span>
    </body>
</html>