Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some website load fail without -rod=show #1036

Open
zhanxiaox opened this issue Apr 12, 2024 · 3 comments
Open

Some website load fail without -rod=show #1036

zhanxiaox opened this issue Apr 12, 2024 · 3 comments
Labels
question Questions related to rod

Comments

@zhanxiaox
Copy link

Rod Version: v0.114.8
catch_go_debug4

browser minimization also fails,if use -rod=show there will be no problems.

@zhanxiaox zhanxiaox added the question Questions related to rod label Apr 12, 2024
@ysmood
Copy link
Collaborator

ysmood commented Apr 17, 2024

Could you try the v0.115.0

@zhanxiaox
Copy link
Author

Could you try the v0.115.0
thank you,it seem sloved,could you tell me what's causing it?and there will always be a pop-up chromedev window after updating the version.how could i close it.

@ysmood
Copy link
Collaborator

ysmood commented Apr 17, 2024

Works fine to me, no popup:

package main

import (
	"github.com/go-rod/rod"
	"github.com/go-rod/rod/lib/utils"
)

func main() {
	rod.New().MustConnect().MustPage("https://www.bilibili.com/")
	utils.Pause()
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions related to rod
Projects
None yet
Development

No branches or pull requests

2 participants