UNPKG

w-puppeteer-uitest

Version:
13 lines (10 loc) 331 B
<!DOCTYPE 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>