Skip to content

Tags: PyRSA/rod

Tags

v0.116.2

Toggle v0.116.2's commit message
we should drain timer before reset it

According to https://antonz.org/timer-reset

v0.116.1

Toggle v0.116.1's commit message
fix iframe OOPIF issue

Resolve go-rod#548

v0.116.0

Toggle v0.116.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Add the PagePool.TryGet method while it returns an error for pr…

…ocessing. (go-rod#1051)

* PagePool add TryGet to deal error that Page() returns.

* modify tryget

* Add BrowserPool TryGet test

* test coverage

* go fmt

* go fmt

* pool.Get -> pool.MustGet; pool.Get allow error

---------

Co-authored-by: bestmountain <[email protected]>

v0.115.0

Toggle v0.115.0's commit message
fix: shouldn't reset the user preferences by default

Resolve go-rod#1041

v0.114.8

Toggle v0.114.8's commit message
fix lint issues

v0.114.7

Toggle v0.114.7's commit message
doc

v0.114.6

Toggle v0.114.6's commit message
fix test

v0.114.5

Toggle v0.114.5's commit message
should use the same host as the input

fix go-rod#972

v0.114.4

Toggle v0.114.4's commit message
disable the pdf viewer by default

v0.114.3

Toggle v0.114.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add InputColor (go-rod#919)