Skip to content

Releases: go-rod/rod

v0.101.0

01 Jul 06:45
Compare
Choose a tag to compare

f344c8b fix the broken symbol link for chrome bin
90948a3 add context for launcher.URLParser
efe3173 rename Lock to LockPort
92f15d6 allow setting panic func for browsers (#433)
b11c92b setup process group for windows
14ae8d1 return ErrPageNotFound in Pages.Find* on failure
fdd4d43 ensure that Response.Body-s have been closed

v0.99.0

09 May 19:56
Compare
Choose a tag to compare

5cdd5b7 fixed a security issue of launcher.Manager

v0.98.0

08 May 19:24
Compare
Choose a tag to compare

443e72d refactor remote browser launching
fffeb60 add MoveMouseOut
b72ea33 support xvfb parameters
abdd537 better error msg when download fails
5601890 use html as the root element
d899afc use ghcr.io to deploy docker images
b69b18c return err if no option selected
a4f7826 add Page.WaitElementsMoreThan/Page.MustWaitElementsMoreThan (#386)
7bd9691 handle "no search session" error
b75b8ec Add function IsNavigation

v0.97.0

29 Mar 20:49
Compare
Choose a tag to compare

5a7088e refactor Page.Search
46baf3a rename bypass to stealth
48a1991 SetCookies will clear cookies if arg is nil

v0.95.0

16 Mar 13:17
Compare
Choose a tag to compare

Some minor optimizations

v0.94.0

28 Feb 16:10
Compare
Choose a tag to compare

3ff3f0b add Page.HTML helper
3146f2c (tag: v0.93.0) update browser revision and proto
d97095e refactor the data structure for Time in proto
4870df5 refine the sleeper related helpers
a9850ac refine the UA handling
e5e67bf (tag: v0.91.1) optimize cache dir for auto-download

v0.91.0

07 Feb 20:52
Compare
Choose a tag to compare

ebec9e4 now the downloader is smarter, it will try to use the fastest mirror to get the browser executable

v0.90.0

04 Feb 19:34
Compare
Choose a tag to compare

dda4411 use fixed browser revision by default
6c320d6 remove Page.PageWaitPauseOpen
1c9f088 (tag: v0.89.3) hide the navigator.webdriver by default
5c4abc6 (tag: v0.89.0) allow user to handle dialog by its info
54356d3 (tag: v0.88.5) fix blank element screenshot issue

v0.88.0

04 Jan 23:21
Compare
Choose a tag to compare

5c2f1f0 fix polluted Sleeper
bf3f165 optimize the trace log
54d00e7 add WaitInteractable helper
673d6d3 prevent calling closed page
a925fde cleanup the tmp zip file after installation

v0.87.1

28 Dec 19:14
Compare
Choose a tag to compare

71599e6 Allow regex flags in ElementR (#327)
30b76cc add Page.Activate helper
a722f63 set default user-agent for Laptop devices
eaf68dc empty url should reset the cdp client