Skip to content

Releases: go-rod/rod

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

v0.45.1

14 Jul 07:31
Compare
Choose a tag to compare

b2ad362 add Element.CanvasToImage function

v0.45.0: let Page.Element() support race selection

12 Jul 19:06
Compare
Choose a tag to compare

ea71345 let Element support race selection, same for ElementX and ElementMatches
8366ecc add Element.Matches function
4b0fbfb make Eval smarter for js expression
7c50f6f make it impossible to detect helper js
62d4dd6 now all operations are thread-safe
23c7230 make mouse and keyboard api chainable