README.markdown in selenium-client-1.2.15 vs README.markdown in selenium-client-1.2.16

- old
+ new

@@ -79,11 +79,11 @@ #!/usr/bin/env ruby # # Sample Ruby script using the Selenium client API # require "rubygems" - gem "selenium-client", ">=1.2.15" + gem "selenium-client", ">=1.2.16" require "selenium/client" begin @browser = Selenium::Client::Driver.new \ :host => "localhost", @@ -112,11 +112,11 @@ # # Sample Test:Unit based test case using the selenium-client API # require "test/unit" require "rubygems" - gem "selenium-client", ">=1.2.15" + gem "selenium-client", ">=1.2.16" require "selenium/client" class ExampleTest < Test::Unit::TestCase attr_reader :browser @@ -150,11 +150,11 @@ If BDD is more your style, here is how you can achieve the same thing using RSpec: require 'rubygems' gem "rspec", "=1.2.6" - gem "selenium-client", ">=1.2.15" + gem "selenium-client", ">=1.2.16" require "selenium/client" require "selenium/rspec/spec_helper" describe "Google Search" do attr_reader :selenium_driver @@ -194,14 +194,15 @@ Start/Stop a Selenium Remote Control Server =========================================== Selenium client comes with some convenient Rake tasks to start/stop a Remote Control server. - To leverage all selenium-client capabilities I recommend downloading a recent nightly build of - a standalone packaging of Selenium Remote Control (great for kick-ass Safari and Firefox 3 support anyway). - You will find the mightly build at [OpenQA.org](http://archiva.openqa.org/repository/snapshots/org/openqa/selenium/selenium-remote-control/1.0-SNAPSHOT/) - + To leverage the latest selenium-client capabilities, you may need to download + a recent nightly build of a standalone packaging of Selenium Remote + Control. You will find the nightly build at + http://nexus.openqa.org/content/repositories/snapshots/org/seleniumhq/selenium/server/selenium-server/ + You typically "freeze" the Selenium Remote Control jar in your `vendor` directory. require 'selenium/rake/tasks' @@ -300,10 +301,11 @@ * Aaron Tinio (`aptinio`): - More robust Selenium RC shutdown - Support for locator including single quotes in `wait_for_...` methods - Do not capture system state on execution errors for pending examples (ExamplePendingError, NotYetImplementedError) + - Auto-highlighting support * Rick Lee-Morlang (`rleemorlang`): - Fix for incremental calls to `wait_for_text` - Regex support in `wait_for_text` @@ -312,6 +314,6 @@ that @selenium responds to * [Adam Greene](http://blog.sweetspot.dm) (`skippy`) - Added the ability to redirect output to a log file, when launching Selenium Remote Control with the Rake task - \ No newline at end of file +