Sha256: 2ada5cd9692fab2d10bedb02bba40e0c74c7a6f5e13317db1045f142324ae263
Contents?: true
Size: 1.13 KB
Versions: 3
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>2.0a2</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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
rainux-selenium-webdriver-0.0.17 | firefox/src/extension/install.rdf |
selenium-webdriver-0.0.17 | firefox/src/extension/install.rdf |
selenium-webdriver-0.0.16 | firefox/src/extension/install.rdf |