Skip to content

Releases: go-rod/rod

v0.54.1: increase code coverage

10 Sep 08:09
Compare
Choose a tag to compare

e6d6a87 refactor code to increase code coverage
604786d use sleeper generator for operations

v0.52.0: reduce dependencies

30 Aug 11:08
Compare
Choose a tag to compare

6ee5d7b reduce dependencies, refactor the hijack API
9adf546 update protocol schema

v0.50.0

20 Aug 21:41
Compare
Choose a tag to compare

79db58d abstract eval with EvalOptions
2a7d836 make sleeper part of the context
9491e0a use github.com/pkg/errors
a9a88cb use Must prefix to mark panic version of functions

This is an experimental version. If the feedback of a9a88cb is not good, we can revert it.

v0.49.1

29 Jul 16:09
Compare
Choose a tag to compare

211a2ad add Page.Expose to expose callback function to page
26bfa4e add HijackRequest.Type to fetch the resource type
a4eb3fc support race queries for Element.Search
b7625ec add Element.Hover

v0.49.0: make sure execution context exists after frame reloading

28 Jul 17:13
Compare
Choose a tag to compare

e15678c make sure execution context exists after frame reloading
714b44c add Element.NodeID
7ecdc96 add WaitLoad for Element
001f852 use std log for cdp
5a86f98 fixed: context missing in HijackRequest
1bffa6f let users able to config default sleeper

v0.48.0

20 Jul 20:34
Compare
Choose a tag to compare

833565d now Element.Click will throw an error if the target is covered by things like a modal (when not clickable by mouse)
a2c29df default Sleeper now becomes a static function
ab9b3ef launcher.Append allows appending flag values other than overriding
95d7bd5 navigator.webdriver will be disabled when running on user mode

v0.47.0: add Page.Search

18 Jul 19:16
Compare
Choose a tag to compare

d8c09c4 add Page.Search, see https://github.com/go-rod/rod/blob/d8c09c4/examples_test.go#L67-L81
0ffee46 fix false positive js express for eval
2023594 add Reset for rod env

v0.46.8

16 Jul 20:43
Compare
Choose a tag to compare

53cc4fb fix trace format for wait
e010995 use smaller default memory buffer
03ab89c fix a hanging bug

v0.46.6

16 Jul 09:16
c187f43
Compare
Choose a tag to compare

c187f43 add missed saving file for ScreentshotFullPage
539ae1d update chrome's revision

v0.46.0: standardize the error handling

14 Jul 18:54
Compare
Choose a tag to compare

17794cc standardize the error handling