Dima Tisnek
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)
+label `help-wanted`
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 š