Skip to content

Releases: go-rod/rod

v0.106.0

14 Apr 14:25
Compare
Choose a tag to compare

20b95e4 replace .rod file with rod cli flag
5ab06aa dramatically simplify the design of cdp.Client
383a70f add flags.Arguments

v0.105.1

10 Apr 12:33
Compare
Choose a tag to compare

ff1f1c7 ignore Element.Input dispatch events error
04e0520 make sure closed page doesn't block any action

v0.105.0

08 Apr 01:57
Compare
Choose a tag to compare

19a615b use pointer for optional number that default value is not 0

v0.104.4

30 Mar 09:49
Compare
Choose a tag to compare

af9d869 add stack trace message for rod.Try

v0.104.3

30 Mar 06:55
Compare
Choose a tag to compare

dc4a004 refactor the tests by using the latest got

v0.104.2

28 Mar 13:44
742c7ad
Compare
Choose a tag to compare

ea2d0c0 update doc

v0.104.1

21 Mar 03:44
Compare
Choose a tag to compare

edc26bb trim semicolon and other white spaces before eval

v0.104.0

20 Mar 05:25
Compare
Choose a tag to compare

This release has a breaking change on API, check the doc and examples of all Eval-related APIs.
Now all eval-related APIs only accept function definitions, other js expressions will throw errors.

edc1d6d make the eval consistent with function definition
034c231 add page.SetDocumentContent helper (#559)

v0.103.0

03 Mar 07:02
Compare
Choose a tag to compare

Updated chromium version. Fixed some small bugs.

v0.102.0

08 Feb 08:13
Compare
Choose a tag to compare

e0d0a7e use registry.npmmirror.com to download the chromium
5330e09 Add modifiers to mouse UP event
adc4e24 remove unnecessary log and WaitVisible
de14d28 fix cdp message handling on browser shutdown
f9a38dc add StreamReader.Close to prevent leaks