forked from fair/matrix-puppeteer-line
Andrew Ferrazzutti
0d154c826e
The message text input field in LINE chats doesn't play nice with Puppeteer's "type" function for live-typing text... It's a div instead of a text input, and uses innerText instead of value. Setting its innerText directly seems to work best, so just use that. |
||
---|---|---|
.. | ||
api.js | ||
client.js | ||
contentscript.js | ||
main.js | ||
puppet.js | ||
taskqueue.js | ||
util.js |