Results 449 comments of Dima Tisnek

It seems that `^C` is kinda special: `KeyboardInterrupt` is somehow "applied" both to `await asyncio.sleep(...)` and the outer `asyncio.run()`. My guess is that `asyncio.run()` receives the `KeyboardInterrupt` and then it...

Earlier discussion (2017): https://mail.python.org/pipermail/async-sig/2017-August/000374.html https://vorpus.org/blog/control-c-handling-in-python-and-trio/

I guess the canonical advice would be along the lines of https://docs.python.org/3/library/asyncio-eventloop.html#set-signal-handlers-for-sigint-and-sigterm Some patches are still needed though šŸ™ˆ

RFC: https://www.w3.org/TR/webdriver/#switch-to-frame

That’s a good question… @ojii ? (I think I don’t have permission to merge in this repo, not that I’m necessarily following it, as I’ve recently switched jobs)

re: alert, I think it makes sense that there's no alert, because it's a download, not a javascript `alert()`. for the rest, I must admit that I don't know... maybe...

https://github.com/mozilla/geckodriver/issues/1776 and https://github.com/mozilla/geckodriver/issues/1707 have snippets to configure Firefox to download files automatically without a popup. Looks like the implied advice is still the same†, to configure the browser not to...

Looks like a silly typo, which would explain the "set" type in the error: ļ¼ `"profile", r"C:...` + `"profile": r"C:...`

I believe your analysis is correct, a duplicate of #30, where PR would be very welcome šŸ™