Compare commits
1 Commits
fix/linkPr
...
fix/serial
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0c5f0f79a |
@@ -598,7 +598,7 @@ class BrowserConfig:
|
|||||||
"chrome_channel": self.chrome_channel,
|
"chrome_channel": self.chrome_channel,
|
||||||
"channel": self.channel,
|
"channel": self.channel,
|
||||||
"proxy": self.proxy,
|
"proxy": self.proxy,
|
||||||
"proxy_config": self.proxy_config,
|
"proxy_config": self.proxy_config.to_dict() if self.proxy_config else None,
|
||||||
"viewport_width": self.viewport_width,
|
"viewport_width": self.viewport_width,
|
||||||
"viewport_height": self.viewport_height,
|
"viewport_height": self.viewport_height,
|
||||||
"accept_downloads": self.accept_downloads,
|
"accept_downloads": self.accept_downloads,
|
||||||
|
|||||||
Reference in New Issue
Block a user