- 2f3596f Run modernize -fix -test ./... by Kenneth Shaw · 4 weeks ago master
- 743c1e4 Fix CreateTarget call by Kenneth Shaw · 6 weeks ago v0.13.6
- a2c672f fix: #1448 by acfasj · 7 weeks ago v0.13.5
- 5a4d7c0 Updating cdproto by Kenneth Shaw · 7 weeks ago v0.13.4
- f6fdfdd add tests for unmarshalling and marshalling json by David Hallenius · 8 weeks ago v0.13.3
- 6c2d3ef pass unmarshal and marshal options by David Hallenius · 8 weeks ago
- eae0058 log syntactic errors when reading messages by David Hallenius · 8 weeks ago
- 9335dc3 Allow setting jsonv2 Marshal/Unmarshal options by Kenneth Shaw · 8 weeks ago v0.13.2
- 71458e1 fix: add page.EventFrameStartedNavigating to ignored events (Google Chrome 134.x) by Julien Neuhart · 2 months ago v0.13.1
- 79abe0a Switching to jsonv2 by Kenneth Shaw · 3 months ago v0.13.0
- 229c63e Updating test workflow by Kenneth Shaw · 3 months ago
- a19bb90 Updating LICENSE by Kenneth Shaw · 3 months ago
- 6be1bcb Updating device emulation by Kenneth Shaw · 4 months ago v0.12.1
- f623c2d Updating dependencies by Kenneth Shaw · 4 months ago v0.12.0
- 88c961f fix: do not error on pings by Niek van der Maas · 4 months ago
- 9b5f6f6 Add page.EventFrameSubtreeWillBeDetached to ignored page events by Kenneth Shaw · 6 months ago v0.11.2
- 59b22ef Update dependencies by Kenneth Shaw · 7 months ago v0.11.1
- ecfe453 Add handling for dom.EventScrollableFlagUpdated events by Kenneth Shaw · 7 months ago v0.11.0
- 0de3084 Updating dependencies by Kenneth Shaw · 7 months ago v0.10.1
- b4a7766 Updating to latest cdproto by Kenneth Shaw · 10 months ago v0.10.0
- ebf842c Adding Dump, DumpTo, and Populate by Kenneth Shaw · 1 year, 3 months ago v0.9.5
- 42f356b Adding ScreenshotNodes by Kenneth Shaw · 1 year, 4 months ago v0.9.4
- b193297 docs: rename 'javascript' to 'JavaScript' by Oleksandr Redko · 1 year, 7 months ago
- 5f2e0c0 update the gold image to match the new behavior of 117.0.5863.0 by Zeke Lu · 1 year, 7 months ago
- f3439ed Updating to latest cdproto dependency by Kenneth Shaw · 1 year, 7 months ago v0.9.3
- d11f130 add ScreenshotScale that allows specifying page scale factor by Zeke Lu · 1 year, 9 months ago
- 852a0b0 stop retrying for invalid selectors (such as "#a:b") by Zeke Lu · 1 year, 10 months ago v0.9.2
- 3454942 check the responseTime to remind us to remove the milliseconds workaround by Zeke Lu · 1 year, 10 months ago
- ee5e968 Updating to latest cdproto 117.0.5926.2_11.7.378 dependency by Zeke Lu · 1 year, 10 months ago
- d218b16 Always discard DOM search results (#1311) by bno1 · 1 year, 10 months ago
- ae1cb79 Fixing typo in allocate test (#1343) by Scott Finlay · 1 year, 10 months ago
- f468fe9 Updating ws dependency (#1312) by Oleksandr Redko · 2 years ago
- 6074207 Updating ws dependency by Kenneth Shaw · 2 years ago
- 4ea2300 guard access to Target.{frames,cur} globally (#1111) by Walker · 2 years, 1 month ago
- 50d488c refactor: increment, unlambda, unslice (#1298) by Oleksandr Redko · 2 years, 1 month ago
- 0b936bf return an error when Cancel is called with a wrong context (#1295) by Valentin Kaiser · 2 years, 1 month ago
- 97a00b9 deflake TestRemoteAllocator (#1287) by Zeke Lu · 2 years, 2 months ago
- d7670e7 Improve GitHub workflow (#1279) by Oleksandr Redko · 2 years, 2 months ago
- 830eeb3 Simplify TestFileUpload with T.TempDir and os.WriteFile (#1280) by Oleksandr Redko · 2 years, 2 months ago
- 6e7da0b Fixing last commit by Kenneth Shaw · 2 years, 2 months ago v0.9.1
- 5aeb67f Reverting support back to go1.16 minimum by Kenneth Shaw · 2 years, 2 months ago v0.9.0
- 3656e47 remove build tag "// +build" because we don't support go < 1.18 any more (#1274) by Oleksandr Redko · 2 years, 2 months ago
- 696afbd Updating to latest cdproto 112.0.5608.1_11.2.178 dependency by Zeke Lu · 2 years, 2 months ago v0.8.8
- 47cd286 introduce BrowserContext support (#1269) by Zeke Lu · 2 years, 2 months ago
- 29a0edd Fix leaked temp dirs when run TestConcurrentCancel (#1272) by Oleksandr Redko · 2 years, 3 months ago
- 448735f Use time.AfterFunc instead of spawning goroutine (#1266) by Oleksandr Redko · 2 years, 3 months ago
- 1738691 make parseRemoteObject handle other kinds that can be nil correctly (#1260) by xueyc1f · 2 years, 3 months ago
- b115f85 make callFunctionOnNode pass the original res to CallFunctionOn by Zeke Lu · 2 years, 3 months ago
- 2c1b719 make parseRemoteObject handle undefined/null reasonably by Zeke Lu · 2 years, 3 months ago
- 2651bfb Correct typos in comments by Oleksandr Redko · 2 years, 3 months ago
- 5471350 Add more links and change link to Allocator by Oleksandr Redko · 2 years, 3 months ago
- be584b7 docs: Apply godoc format by Oleksandr Redko · 2 years, 3 months ago
- 963d4dd format doc comments to make it in compliance with go 1.19 by Zeke Lu · 2 years, 3 months ago
- 92f6eb9 correct typos in comments by Oleksandr Redko · 2 years, 3 months ago
- 2c489d3 device, kb: Standardize generated file comment by Oleksandr Redko · 2 years, 4 months ago
- c6b8057 kb: fix chromium src URL by Oleksandr Redko · 2 years, 4 months ago
- 75fb238 device: refactor func that gets device descriptors by Oleksandr Redko · 2 years, 4 months ago
- bc863fd device: fix device descriptors URL (#1238) by Oleksandr Redko · 2 years, 4 months ago
- 3715755 Updating to latest cdproto 111.0.5528.1_11.1.134 dependency by Zeke Lu · 2 years, 4 months ago v0.8.7
- 3f12f35 improve TestDownloadIntoDir by Tim Dithmer · 2 years, 4 months ago
- 3ab75da update the screenshot funcs to match the behavior of chrome commands by Zeke Lu · 2 years, 4 months ago
- d3db81f Remove ioutil because it is deprecated since go1.16 by Oleksandr Redko · 2 years, 6 months ago
- 19b37c1 introduce a remote allocator option: NoModifyURL by Zeke Lu · 2 years, 7 months ago
- a8ee7a7 refactor detectURL and rename it to modifyURL by Zeke Lu · 2 years, 7 months ago
- 3bb41f4 move the call of detectURL from NewRemoteAllocator to (*RemoteAllocator).Allocate by Zeke Lu · 2 years, 7 months ago
- 7a4b1d7 dot not call forceIP for the ExecAllocator by Zeke Lu · 2 years, 7 months ago
- 69fb9f2 relax TestRetryInterval because it retries less on a busy system by Zeke Lu · 2 years, 7 months ago
- 5f2e7b8 replace the uses of the deprecated io/ioutil package by Zeke Lu · 2 years, 7 months ago
- 6a8fef8 Updating dependencies by Kenneth Shaw · 2 years, 8 months ago v0.8.6
- 90ef638 add RetryInterval option to query actions (#1159) by taylorchu · 2 years, 8 months ago
- d52f142 Updating to latest cdproto 107.0.5263.1_10.7.36 dependency by Kenneth Shaw · 2 years, 9 months ago v0.8.5
- 238e791 Updating cdproto dependency by Zeke Lu · 2 years, 9 months ago v0.8.4
- 1113e7d add a test to make sure resource pack is loaded in headless-shell by Zeke Lu · 2 years, 9 months ago
- b65b36d add a test to make sure WebGL works in headless-shell by Zeke Lu · 2 years, 9 months ago
- fb22a3c ensure the user data directory is removed by Zeke Lu · 2 years, 9 months ago
- f9fc880 fix example in readme by Konstantinos Pittas · 2 years, 9 months ago
- 896f632 Allow to set custom WS URL waiting time by Karel Bilek · 2 years, 9 months ago
- 1c2b99f arrange the fields of the ExecAllocator struct by Zeke Lu · 2 years, 9 months ago
- 8bac9e4 refactor MatchedStyle to resist change of css.GetMatchedStylesForNode by Zeke Lu · 2 years, 9 months ago
- a325ba9 Adding release version badge to README.md by Kenneth Shaw · 2 years, 10 months ago
- 1ccc8f5 Updating cdproto dependency by Kenneth Shaw · 2 years, 10 months ago v0.8.3
- 8b68c92 Bugfix: Include missing return value for matching struct by David Napier · 2 years, 10 months ago
- 03c1c74 Revert "skip TestGracefulBrowserShutdown in the headless-shell image" by Zeke Lu · 2 years, 11 months ago
- ac112ec Poll() should report ErrPollingTimeout correctly no matter what "res" is by Zeke Lu · 3 years ago
- 1a8525d fix lint issue S1011: should replace loop with args = append(args, p.args...) by Zeke Lu · 3 years ago
- acdc1a1 should not hang when the browser starts with a non-blank tab by Zeke Lu · 3 years ago
- f6728ff deflake TestNavigateWhileLoading by Zeke Lu · 3 years ago
- 9fcaa22 skip TestGracefulBrowserShutdown in the headless-shell image by Zeke Lu · 3 years ago
- 2a06b6a Updating cdproto dependency by Kenneth Shaw · 3 years ago v0.8.2
- 34af219 add both forms of build flag to files by Zeke Lu · 3 years ago
- c1f1367 load js source code with //go:embed by Zeke Lu · 3 years, 1 month ago
- 2b2bb3d Updating cdproto dependency; code generator cleanup by Kenneth Shaw · 3 years, 1 month ago v0.8.1
- b88710e Minor updates for cdproto, go1.18 by Kenneth Shaw · 3 years, 2 months ago v0.8.0
- 621263b Updating device list and cdproto (100.0.4895.2_10.0.139 definitions) by Kenneth Shaw · 3 years, 3 months ago v0.7.8
- d8cda5d Updating to latest cdproto (100.0.4862.2_10.0.51 definitions) by Zeke Lu · 3 years, 3 months ago v0.7.7
- 80f1283 Adding environment variable to control which headless-shell image is used in contrib/docker-test.sh by Kenneth Shaw · 3 years, 4 months ago
- 093d306 reduce the parallel execution of test functions by Zeke Lu · 3 years, 5 months ago
- 875d6f4 avoid the unnecessary wait in the first iteration of a loop by Zeke Lu · 3 years, 5 months ago
- d066e2d Changing emulate example to use duckduckgo instead of google by Kenneth Shaw · 3 years, 6 months ago
- abbd1f3 Updating device profiles by Kenneth Shaw · 3 years, 6 months ago v0.7.6