ChrisPro
11 years agoContributor
Problem with FIREFOX portable
Hello,
In order to do a test, i have to use a FIREFOX PORTABLE, but there is the following message :
According to the specified parameters, the required browser is: Mozilla Firefox (x86) This browser was not found on the current computer, or it is not supported
TestComplete is corectly updated and my version of FIREFOX PORTABLE is 37.0.2.
When i list browser with following code, it is not present :
function ListBrowsers()
{
var browser;
for (var i=0; i < Browsers.Count; i++)
{
browser = Browsers.Item(i);
Log.Message("Browser " + aqConvert.IntToStr(i) + " : " + browser.Description);
}
}Where is the problem?
What is the solution?
Thanks.