HyperionGray / trio-chrome-devtools-protocol

Trio driver for Chrome DevTools Protocol (CDP)
MIT License
62 stars 18 forks source link

Call `detachFromTarget` when closing session #12

Open mehaase opened 4 years ago

mehaase commented 4 years ago

The session cleanup when leaving an open_session() context block is pretty minimal. At the very least, it should run the CDP detachFromTarget command.