Shuhei Takahashi

Results 6 comments of Shuhei Takahashi

Hi Mathias, thanks for quick response! It's great if `rpcc.Conn.Close` returns no error as long as the connection is successfully closed. In particular, I want `rpcc.Conn.Close` to ignore `DetachFromTarget` failure...

This is a naive attempt to ignore "No session with given id" error on DetachFromTarget call: https://github.com/nya3jp/cdp/commit/db3073764ad69d92741d71573ff38f8c25877ba5 However it does not pass my new unit test with the following error:...

I believe it's available since Android Chrome 109. #23479

I've just released v2.0.0 with wheels (prebuilt binary packages) for Linux and macOS. But Windows support is still unavailable mainly because I don't own active Windows machines.

ChromeOS Bazel build might be seeing this issue. I recently added a postprocessor that consumes BEP JSON and archives relevant log files generated in bazel-out into a tarball, and observed...

FYI: `rules_contest` has been fixed - the failure was due to the flag flip of `--incompatible_disallow_empty_glob`.