![]() |
Issue with Chrome and Firefox - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Issue with Chrome and Firefox (/showthread.php?tid=11358) |
Issue with Chrome and Firefox - ddoc - 06-20-2012 06:14 PM Hi, I installed a private instance of webpagetest. The environnement is a windows 7 Professional 32bits. I did some configuration and I currently Urlblast + ie9 works without any issue. I try to do the same things fro Chrome and Firefox. Nothing works. The queue is filled but not threaded. I update Wptdriver by follow the thread from the forum http://www.webpagetest.org/forums/showthread.php?tid=10237. The issue is still here. Firefox : Waiting Behind 1 other test Chrome : Waiting Behind 9 other test I have a folder c:\partage\agent where I push wptdriver.exe. In the file c:\partage\agent\wptdriver.in I put this data below [WebPagetest] url=http://127.0.0.1:8080/work/ location=Firefox browser=Firefox Time Limit=120 ;key=TestKey123 ;Automatically install and update support software (Flash, Silverlight, etc) software=http://www.webpagetest.org/installers/software.dat [chrome] exe="C:\Users\alexandre.barault\AppData\Local\Google\Chrome\Application\chrome.exe" options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --no-proxy-server' installer=http://www.webpagetest.org/installers/browsers/chrome.dat [Firefox] exe="C:\Program Files\Mozilla Firefox\firefox.exe" options='-profile "%PROFILE%" -no-remote' installer=http://www.webpagetest.org/installers/browsers/firefox.dat template=firefox In the file locations.ini from c:\program files\webpagetest\www\settings`\locations.ini [locations] 1=Test_loc default=Test_loc ; ; These are the top-level locations that are listed in the location dropdown ; Each one points to one or more browser configurations ; [Test_loc] 1=IE 2=Chrome 3=Firefox label=Mycomputer [IE] browser=IE 9 latency=0 connectivity=LAN label="IE9" ;browserExe=pagetest.exe ;key=TestKey123 [Chrome] browser=Chrome label="Chrome" latency=0 connectivity=LAN [Firefox] browser=Firefox label="Firefox" connectivity=LAN Any idea? Cdt, Alexandre RE: Issue with Chrome and Firefox - ddoc - 06-22-2012 06:59 PM Hi, Finally I rmove connectivity=LAN, reinstall firefox and Chrome, redeploy an old WPT driver, I restart. And it works. I don't now really what it done. But it's ok. Best regards, Alexandre |