Skip to content

Instantly share code, notes, and snippets.

@jarib
Created February 28, 2011 20:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarib/847999 to your computer and use it in GitHub Desktop.
Save jarib/847999 to your computer and use it in GitHub Desktop.

Selenium RC and WebDriver

This gem replaces the now unmaintained selenium-client gem for RC users. The RC client and WebDriver clients live in separate namespaces:

  • Selenium::Client bindings for Selenium RC (imported from the selenium-client gem)
  • Selenium::WebDriver bindings for WebDriver

The selenium-client code is mostly unchanged, with a few exceptions:

  • Selenium::{CommandError,ProtocolError} moved into the Selenium::Client namespace (Selenium::Client::{CommandError,ProtocolError}).
  • Selenium::RSpec is no longer supported (removed).
  • The old rake tasks (Selenium::Rake::RemoteControlStartTask and Selenium::Rake::RemoteControlStopTask) are replaced by a single rake task, Selenium::Rake::ServerTask.
  • The Selenium::RemoteControl::RemoteControl class is replaced by the Selenium::Server class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment