nightmare.jsメモ

github

.type(selector, '\u000d')
let event = new Event('change', {'bubbles': true, 'cancelable': true});
elem.dispatchEvent(event);