最新の Firefox ESR (現在 24.6.0) で正常にインストールされる FireFox アドオンがありますが、最新の Tor Browser Bundle にインストールしようとするとこのエラーが返されます。
TorBrowser 24.6.0 と互換性がないため、テスト WebDriver をインストールできませんでした。
Tor Browser は互換性がないと言っているのに、Firefox 24.6.0 は互換性があるのはなぜですか? また、.xpi を機能させるにはどうすれば変更できますか?
これが私のものinstall.rdf
です:
<?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>test@example.com</em:id>
<em:version>2.42.0</em:version>
<em:name>My Test WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
<em:creator>Simon Stewart</em:creator>
<em:unpack>true</em:unpack>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>17.0</em:minVersion>
<em:maxVersion>10000.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Platforms where we're not compiling the native events -->
<em:targetPlatform>Darwin</em:targetPlatform>
<em:targetPlatform>SunOS</em:targetPlatform>
<em:targetPlatform>FreeBSD</em:targetPlatform>
<!-- Platforms where we are -->
<em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
<em:targetPlatform>Linux</em:targetPlatform>
</Description>
</RDF>
手動の.xpiを使用して、Selenium WebDriver をTor Browser Bundleと連携させようとしています。