07-31-2012, 11:04 PM
Hi,
I use WPTDRIVER to launch Firefox. If i try to open Firefox manually, and acces to the target webpage, I can notice I need to add a certificate exception. So I do, refresh and it works.
But I notice each time a test is realized by wptdriver a new profile is created in C:\Documents and Settings\myuser\Application Data\webpagetest_profiles\Firefox and Wptdriver try to use it.
So I decide to modify the wptdriver.ini by change
[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
By
[Firefox]
exe="C:\Program Files\Mozilla Firefox\firefox.exe"
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
OR by
[Firefox]
exe="C:\Program Files\Mozilla Firefox\firefox.exe"
options='-profile "C:\Documents and Settings\myuser\Application Data\Mozilla\Firefox\Profiles\3s3a1ya1.default" -no-remote'
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
In the two cases, it doesn't work, I try different choices :
one time firefox is launched but no url is browsed
second time firefox is not launched the profil can't be loaded.
I try to copy past for /L %%i in (0,1,100000000000000000000000000000000000000000000000000000) do copy "C:\Documents and Settings\myuser\Application Data\Mozilla\Firefox\Profiles\3s3a1ya1.default\cert_override.txt" "C:\Documents and Settings\myuser\Application Data\webpagetest_profiles\Firefox\cert_override.txt" to copy the cert file but in that case, the process wptdriver is blocked.
Do you have any idea?
Otherwise it's perfectly working without https.
best regards,
Alexandre
I use WPTDRIVER to launch Firefox. If i try to open Firefox manually, and acces to the target webpage, I can notice I need to add a certificate exception. So I do, refresh and it works.
But I notice each time a test is realized by wptdriver a new profile is created in C:\Documents and Settings\myuser\Application Data\webpagetest_profiles\Firefox and Wptdriver try to use it.
So I decide to modify the wptdriver.ini by change
[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
By
[Firefox]
exe="C:\Program Files\Mozilla Firefox\firefox.exe"
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
OR by
[Firefox]
exe="C:\Program Files\Mozilla Firefox\firefox.exe"
options='-profile "C:\Documents and Settings\myuser\Application Data\Mozilla\Firefox\Profiles\3s3a1ya1.default" -no-remote'
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
In the two cases, it doesn't work, I try different choices :
one time firefox is launched but no url is browsed
second time firefox is not launched the profil can't be loaded.
I try to copy past for /L %%i in (0,1,100000000000000000000000000000000000000000000000000000) do copy "C:\Documents and Settings\myuser\Application Data\Mozilla\Firefox\Profiles\3s3a1ya1.default\cert_override.txt" "C:\Documents and Settings\myuser\Application Data\webpagetest_profiles\Firefox\cert_override.txt" to copy the cert file but in that case, the process wptdriver is blocked.
Do you have any idea?
Otherwise it's perfectly working without https.
best regards,
Alexandre