Sha256: 12c4c97f8b410c355b53c46298604145d329780f8d074d1f96e74cbb6ef9c963
Contents?: true
Size: 1.13 KB
Versions: 9
Compression:
Stored size: 1.13 KB
Contents
<?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>fxdriver@googlecode.com</em:id> <em:name>Firefox WebDriver</em:name> <em:version>0.6.680</em:version> <em:description>WebDriver implementation for Firefox</em:description> <em:creator>Simon Stewart</em:creator> <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>2.0</em:minVersion> <em:maxVersion>3.*</em:maxVersion> </Description> </em:targetApplication> <!-- Platforms where we're not compiling the native events --> <em:targetPlatform>Darwin</em:targetPlatform> <em:targetPlatform>Linux</em:targetPlatform> <!-- Platforms where we are --> <em:targetPlatform>WINNT_x86-msvc</em:targetPlatform> <!-- We're probably missing lots of platforms here --> </Description> </RDF>
Version data entries
9 entries across 9 versions & 1 rubygems