Skip to content

[BUG] IP:PORT Proxy doesnt work on playwright-firefox #3233

@crkddev

Description

@crkddev
  • Playwright Version: ^1.2.1
  • Operating System: Windows
  • Node.js version: v14.1.0.
  • Browser: Firefox

Code Snippet

options.proxy = {
	server: "<port>:<ip>",
};

await firefox.launch(options)

Orginal Error:
image
It seems like that ip:port proxies don't work with playwright-firefox.

When you put http:// before it the browser starts, but throws
this error:
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions