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

About Proxy #379

Closed
asyncins opened this issue Mar 26, 2021 · 3 comments
Closed

About Proxy #379

asyncins opened this issue Mar 26, 2021 · 3 comments
Labels
needs info The description is not enough to tackle the problem

Comments

@asyncins
Copy link

asyncins commented Mar 26, 2021

Rod Version: v0.95.0

The code to demonstrate your question

// Please make sure your code is minimal and standalone
func main() {
browser := rod.New().ControlURL(
		launcher.New().Proxy("").Headless(false).MustLaunch()).MustConnect()
}

What have you tried to solve the question

我想问一下,URL 格式的代理应该怎么设置?类似下面这样

http://QR50:0j@http-proxy-t1.abc.cn:9980
@asyncins asyncins added the question Questions related to rod label Mar 26, 2021
@ysmood
Copy link
Member

ysmood commented Mar 26, 2021

#322

@ysmood ysmood closed this as completed Mar 26, 2021
@ysmood ysmood added needs info The description is not enough to tackle the problem and removed question Questions related to rod labels Mar 29, 2021
@changPHP
Copy link

请问url格式的可以访问成功吗

@ysmood
Copy link
Member

ysmood commented Aug 23, 2023

Proxy("127.0.0.1:8080"). // set flag "--proxy-server=127.0.0.1:8080"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info The description is not enough to tackle the problem
Projects
None yet
Development

No branches or pull requests

3 participants