rod icon indicating copy to clipboard operation
rod copied to clipboard

A Devtools driver for web automation and scraping

Results 245 rod issues
Sort by recently updated
recently updated
newest added

Hey there. First off, this is a great project. Thank you for everything you do to make this thing awesome. Been using Rod in the aws lambda environment. Rod works...

`Rod Version: v0.108.2` In chrome Headless mode, the website's favicon.ico request is not triggered, resulting in a missing favicon.ico.

enhance
question

It'd be nice to also stream these to the monitor page. Perhaps as webp streams?

enhance
help wanted

Hello, I am testing with go-rod and every time the browser is closed, taskkill.exe appears, which closes the entire program, can it be disabled? I don't see it in the...

question

这个不同于教学文档的翻译,目前来讲我也没有什么要的最佳实践。初步的想法是建立两个 repo,一个英文版,一个中文版,目前中文班的项目地址是:https://github.com/go-rod/go-rod-chinese 由 @Fly-Playgroud 维护。 Rod Version: v0.108.2

enhance

Rod Version: v0.108.1 ```go var check = func(v interface{}) { err := v.(error) if err != nil { page.MustEval(`() => { window.location.reload(true); }`) fmt.Println("ERROR : ", err) } } rodlauncher...

question
needs info

Rod Version: lastest ## 问题描述 在使用过程中,我尝试像selenium一样get_log(),但我只找到LogLogEntry,但是这个结构体并没有Call方法。

question

``` panic: [launcher] Failed to launch the browser, the doc might help https://go-rod.github.io/#/compatibility?id=os: /root/.cache/rod/browser/chromium-1030087/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory...

question

I would like to know if anyone has run the rod in Aws Lambda, because I configured a Lambda function with Python and are so troubles in the way for...

question