w-puppeteer-uitest
Version:
A uitest package for web developer.
13 lines (10 loc) • 331 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-tw">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>example for double click</title>
</head>
<body>
<button id="btn" ondblclick="this.innerText='title changed!'">change title</button>
</body>
</html>