Sha256: 3d13435eb62d3726b62588f5cbd2fef352ca1795cc545e756a45eaff3efb69f9

Contents?: true

Size: 1.13 KB

Versions: 6

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.0a4</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

6 entries across 6 versions & 1 rubygems

Version Path
selenium-webdriver-0.0.24 firefox/src/extension/install.rdf
selenium-webdriver-0.0.23 firefox/src/extension/install.rdf
selenium-webdriver-0.0.22 firefox/src/extension/install.rdf
selenium-webdriver-0.0.21 firefox/src/extension/install.rdf
selenium-webdriver-0.0.20 firefox/src/extension/install.rdf
selenium-webdriver-0.0.19 firefox/src/extension/install.rdf