When it launches browser, I can't open any website, because it shows ERR_NO_SUPPORTED_PROXIES. It's no problem with a proxy because api.check_proxy() returns success. Also it works when I copy a proxy address from profile proxy and I set a new proxy with the same address manually.
Thx you for this library. You save my time. However, there is a problem with set a proxy programmatically.
When it launches browser, I can't open any website, because it shows
ERR_NO_SUPPORTED_PROXIES
. It's no problem with a proxy becauseapi.check_proxy()
returns success. Also it works when I copy a proxy address from profile proxy and I set a new proxy with the same address manually.