-
Can I change initially set proxy and cachefolder several times after browser object was previously created? |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Sep 23, 2021
Replies: 1 comment
-
Proxy yes, you can change dynamically. Cache no, you'd have to create a new ChromiumWebBrowser instance with a different RequestContext. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
assopri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proxy yes, you can change dynamically.
Cache no, you'd have to create a new ChromiumWebBrowser instance with a different RequestContext.