Private Instance - Chrome - URL not loading when triggered with proxy
|
03-02-2017, 08:37 AM
(This post was last modified: 03-02-2017 08:39 AM by vijay_nts.)
Post: #1
|
|||
|
|||
Private Instance - Chrome - URL not loading when triggered with proxy
Hi
I am trying to invoke chrome with proxy. Earlier versions worked fine with the below command. options='--load-extension="%WPTDIR%\extension" --proxy-pac-url="file://c:/Proxy/accelerated_pac_base.pac" --user-data-dir="%PROFILE%"' But after updating the chrome and WPT, it is not working. Outside the network without proxy, it is working fine. Please let me know, If I am missing something. |
|||
03-03-2017, 06:36 AM
Post: #2
|
|||
|
|||
RE: Private Instance - Chrome - URL not loading when triggered with proxy
Try putting just the --proxy-pac-url option into a "command-line" setting. i.e:
command-line='--proxy-pac-url="file://c:/Proxy/accelerated_pac_base.pac"' The options= setting was killed because it was too easy to break the user-data-dir and extension stuff, both of which aren't optional. |
|||
03-03-2017, 07:06 AM
(This post was last modified: 03-03-2017 07:34 AM by vijay_nts.)
Post: #3
|
|||
|
|||
RE: Private Instance - Chrome - URL not loading when triggered with proxy
(03-03-2017 06:36 AM)pmeenan Wrote: Try putting just the --proxy-pac-url option into a "command-line" setting. i.e: Thanks Patrick..Now I am getting Failed to load extension from C:\Program Files (x86)\Google\Chrome SxS\Applications\56.0.2924.87\%WPTDIR%\extension. Manifest file is missing or unreadable (03-03-2017 07:06 AM)vijay_nts Wrote:(03-03-2017 06:36 AM)pmeenan Wrote: Try putting just the --proxy-pac-url option into a "command-line" setting. i.e: Thanks Patrick..Now it is working fine. Thank You for your support. |
|||
03-23-2017, 01:24 AM
Post: #4
|
|||
|
|||
RE: Private Instance - Chrome - URL not loading when triggered with proxy
What was the exact resolution to get this working?
When I use the Chrome command line from the web under Advanced Settings: --proxy-pac-url=file:///C:/webpagetest/config.pac This works as expected. Any attempt to add this to the wptdriver.ini does not work. Oddly it opens a number of tabs where it appears to be getting script commands. However, the commands are getting treated as URLs. wptdriver.ini command-line='--proxy-pac-url="file:///C:/webpagetest/config.pac"' My goal is to have this as default and not have to enter it for each test through the web ui. |
|||
10-09-2017, 04:06 PM
Post: #5
|
|||
|
|||
RE: Private Instance - Chrome - URL not loading when triggered with proxy
I too stuck in the same issue, i.e., giving pac url as command-line in webdriver.ini file. it is not working but the same is working when provided from the web under advanced settings.
please suggest solution |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)