I think, 3.0 Alpha 7 is different from 3.0.7.
I tried Firefox 2.0 though, it worked. Thanks.
However, I want to settle with a version of 3.0; no success with 3.0.7.
It seems hard to get a specific earlier/archived version of mozilla.
Following seems the authentic place to get:
https://support.mozilla.org/en-US/kb/ins...of-firefox
Where do you guys get older versions of Firefox?
I do NOT see any archived versions that says
3.0 alpha 7.
Or I do not know if this is due to the change I did on the install.rdf file.
BTW, could anyone, who has QTP 9.5.0, refer this file (
<QTP_Installation>\bin\Mozilla\AgentPlugInFireFox30\install.rdf) and tell me what you got there... I think I changed the value of <em:maxVersion>.. </em:maxVersion> to 3.0.* and forgot what it was before.
my install.rdf file content is shown below:
Code:
<?xml version="1.0" ?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{6672B787-A178-45d3-B11D-E905BBCCC8C4}</em:id>
<em:name>QuickTest Professional 9.5 PlugIn</em:name>
<em:version>9.5</em:version>
<em:creator>Mercury Interactive Corp.</em:creator>
<em:description>QuickTest Professional 9.5 PlugIn</em:description>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0a6</em:minVersion>
[color=#FF0000][b]<em:maxVersion>3.0.*</em:maxVersion>[/b][/color]
</Description>
</em:targetApplication>
</Description>
</RDF>
Any comments?