8000 Tags · chromedp/chromedp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: chromedp/chromedp

Tags

v0.13.7

Toggle v0.13.7's commit message
allocator: fix race that causes workgroup panic

`readOutput`'s copy goroutine was able to race with the ws read timeout
resulting in a panic

fixes by moving the copy task after we return the `wsURL` and no longer
can go into the timeout case

while at it, fixes an unrelated data race that `err` could have been
written to by `readOutput` and the wsURL read timeout case

v0.13.6

Toggle v0.13.6's commit message
Fix CreateTarget call

v0.13.5

Toggle v0.13.5's commit message
fix: #1448

v0.13.4

Toggle v0.13.4's commit message
Updating cdproto

v0.13.3

Toggle v0.13.3's commit message
add tests for unmarshalling and marshalling json

v0.13.2

Toggle v0.13.2's commit message
Allow setting jsonv2 Marshal/Unmarshal options

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add page.EventFrameStartedNavigating to ignored events (Google C…

…hrome 134.x)

v0.13.0

Toggle v0.13.0's commit message
Switching to jsonv2

v0.12.1

Toggle v0.12.1's commit message
Updating device emulation

v0.12.0

Toggle v0.12.0's commit message
Updating dependencies

0