Future<void> click(Finder finder, {bool pump = true}) async { await dispatchEvent(finder, web.MouseEvent('click'), pump: pump); }