--- !ruby/object:Gem::Specification name: selenium-webdriver version: !ruby/object:Gem::Version version: 0.0.4 platform: ruby authors: - Jari Bakken autorequire: bindir: bin cert_chain: [] date: 2009-11-16 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: json_pure type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: ffi type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: rspec type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: rack type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: WebDriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application. email: jari.bakken@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - COPYING - common/src/rb/lib/selenium/webdriver/bridge_helper.rb - common/src/rb/lib/selenium/webdriver/child_process.rb - common/src/rb/lib/selenium/webdriver/core_ext/dir.rb - common/src/rb/lib/selenium/webdriver/driver.rb - common/src/rb/lib/selenium/webdriver/element.rb - common/src/rb/lib/selenium/webdriver/error.rb - common/src/rb/lib/selenium/webdriver/find.rb - common/src/rb/lib/selenium/webdriver/keys.rb - common/src/rb/lib/selenium/webdriver/navigation.rb - common/src/rb/lib/selenium/webdriver/options.rb - common/src/rb/lib/selenium/webdriver/platform.rb - common/src/rb/lib/selenium/webdriver/target_locator.rb - common/src/rb/lib/selenium/webdriver.rb - common/src/rb/lib/selenium-webdriver.rb - common/src/js/abstractcommandprocessor.js - common/src/js/asserts.js - common/src/js/by.js - common/src/js/command.js - common/src/js/context.js - common/src/js/extension/dommessenger.js - common/src/js/extension/README - common/src/js/factory.js - common/src/js/future.js - common/src/js/key.js - common/src/js/localcommandprocessor.js - common/src/js/logging.js - common/src/js/testrunner.js - common/src/js/timing.js - common/src/js/wait.js - common/src/js/webdriver.js - common/src/js/webelement.js - firefox/src/rb/lib/selenium/webdriver/firefox/binary.rb - firefox/src/rb/lib/selenium/webdriver/firefox/bridge.rb - firefox/src/rb/lib/selenium/webdriver/firefox/extension_connection.rb - firefox/src/rb/lib/selenium/webdriver/firefox/launcher.rb - firefox/src/rb/lib/selenium/webdriver/firefox/profile.rb - firefox/src/rb/lib/selenium/webdriver/firefox/profiles_ini.rb - firefox/src/rb/lib/selenium/webdriver/firefox/util.rb - firefox/src/rb/lib/selenium/webdriver/firefox.rb - firefox/src/extension/chrome.manifest - firefox/src/extension/components/context.js - firefox/src/extension/components/driver-component.js - firefox/src/extension/components/firefoxDriver.js - firefox/src/extension/components/json2.js - firefox/src/extension/components/keytest.html - firefox/src/extension/components/nsCommandProcessor.js - firefox/src/extension/components/screenshooter.js - firefox/src/extension/components/socketListener.js - firefox/src/extension/components/utils.js - firefox/src/extension/components/webdriverserver.js - firefox/src/extension/components/webLoadingListener.js - firefox/src/extension/components/wrappedElement.js - firefox/src/extension/content/fxdriver.xul - firefox/src/extension/content/server.js - firefox/src/extension/idl/nsICommandProcessor.idl - firefox/src/extension/idl/nsIResponseHandler.idl - firefox/src/extension/install.rdf - firefox/prebuilt/nsICommandProcessor.xpt - firefox/prebuilt/nsINativeEvents.xpt - firefox/prebuilt/nsIResponseHandler.xpt - chrome/src/rb/lib/selenium/webdriver/chrome/bridge.rb - chrome/src/rb/lib/selenium/webdriver/chrome/command_executor.rb - chrome/src/rb/lib/selenium/webdriver/chrome/launcher.rb - chrome/src/rb/lib/selenium/webdriver/chrome.rb - chrome/src/extension/background.html - chrome/src/extension/background.js - chrome/src/extension/content_script.js - chrome/src/extension/icons/busy.png - chrome/src/extension/icons/free.png - chrome/src/extension/manifest-nonwin.json - chrome/src/extension/manifest-win.json - chrome/src/extension/toolstrip.html - chrome/src/extension/utils.js - chrome/prebuilt/Win32/Release/npchromedriver.dll - chrome/prebuilt/x64/Release/npchromedriver.dll - jobbie/src/rb/lib/selenium/webdriver/ie/bridge.rb - jobbie/src/rb/lib/selenium/webdriver/ie/lib.rb - jobbie/src/rb/lib/selenium/webdriver/ie/util.rb - jobbie/src/rb/lib/selenium/webdriver/ie.rb - jobbie/prebuilt/Win32/Release/InternetExplorerDriver.dll - jobbie/prebuilt/x64/Release/InternetExplorerDriver.dll - remote/client/src/rb/lib/selenium/webdriver/remote/bridge.rb - remote/client/src/rb/lib/selenium/webdriver/remote/capabilities.rb - remote/client/src/rb/lib/selenium/webdriver/remote/commands.rb - remote/client/src/rb/lib/selenium/webdriver/remote/default_http_client.rb - remote/client/src/rb/lib/selenium/webdriver/remote/response.rb - remote/client/src/rb/lib/selenium/webdriver/remote/server_error.rb - remote/client/src/rb/lib/selenium/webdriver/remote.rb has_rdoc: true homepage: http://selenium.googlecode.com licenses: [] post_install_message: rdoc_options: [] require_paths: - common/src/rb/lib - firefox/src/rb/lib - chrome/src/rb/lib - jobbie/src/rb/lib - remote/client/src/rb/lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: The next generation developer focused tool for automated testing of webapps test_files: []