Created
February 7, 2011 22:00
-
-
Save jarmo/815327 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\jarmo\Desktop\minu\projects\Ruby\watir-webdriver>set WATIR_WEBDRIVER_BROWSER=ie | |
C:\Users\jarmo\Desktop\minu\projects\Ruby\watir-webdriver>rspec spec\watirspec\browser_spec.rb | |
..FFFFFFFFFFFFFFFFFFFF.FF | |
Failures: | |
1) Browser#html returns the DOM of the page as an HTML string | |
Failure/Error: html = browser.html.downcase # varies between browsers | |
Selenium::WebDriver::Error::NoSuchDriverError: | |
Unable to get browser | |
# ./spec/../lib/watir-webdriver/browser.rb:100:in `html' | |
# ./spec/watirspec/browser_spec.rb:36 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Browser#html returns the DOM of the page as an HTML string | |
Failure/Error: html = browser.html.downcase # varies between browsers | |
Selenium::WebDriver::Error::NoSuchDriverError: | |
Unable to get browser | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/response.rb:45:in `assert_ok' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/response.rb:15:in `initialize' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/http/common.rb:55:in `new' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/http/common.rb:55:in `create_response' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/http/default.rb:51:in `request' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/http/common.rb:36:in `call' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/bridge.rb:429:in `raw_execute' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/bridge.rb:407:in `execute' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/bridge.rb:144:in `getPageSource' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/common/driver.rb:128:in `page_source' | |
# ./spec/../lib/watir-webdriver/browser.rb:100:in `html' | |
# ./spec/watirspec/browser_spec.rb:36 | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:49:in `instance_eval' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:49:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:106:in `with_around_hooks' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:46:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:99:in `with_pending_capture' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:98:in `catch' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:98:in `with_pending_capture' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:45:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:262:in `run_examples' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:258:in `map' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:258:in `run_examples' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:232:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:233:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:233:in `map' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:233:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:27:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:27:in `map' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:27:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/reporter.rb:12:in `report' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:24:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:55:in `run_in_process' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:46:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:10:in `autorun' | |
# C:/Ruby/bin/rspec:19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Browser#html returns the DOM of the page as an HTML string | |
Failure/Error: browser.goto(WatirSpec.files + "/right_click.html") | |
Errno::ECONNREFUSED: | |
No connection could be made because the target machine actively refused it. - connect(2) | |
# C:/ruby/lib/ruby/1.8/net/http.rb:560:in `initialize' | |
# C:/ruby/lib/ruby/1.8/net/http.rb:560:in `open' | |
# C:/ruby/lib/ruby/1.8/net/http.rb:560:in `connect' | |
# C:/ruby/lib/ruby/1.8/timeout.rb:53:in `timeout' | |
# C:/ruby/lib/ruby/1.8/timeout.rb:93:in `timeout' | |
# C:/ruby/lib/ruby/1.8/net/http.rb:560:in `connect' | |
# C:/ruby/lib/ruby/1.8/net/http.rb:553:in `do_start' | |
# C:/ruby/lib/ruby/1.8/net/http.rb:542:in `start' | |
# C:/ruby/lib/ruby/1.8/net/http.rb:1035:in `request' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/http/default.rb:36:in `request' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/http/common.rb:36:in `call' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/bridge.rb:429:in `raw_execute' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/bridge.rb:407:in `execute' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/remote/bridge.rb:96:in `get' | |
# C:/ruby/lib/ruby/gems/1.8/gems/selenium-webdriver-0.1.2/lib/selenium/webdriver/common/navigation.rb:14:in `to' | |
# ./spec/../lib/watir-webdriver/browser.rb:61:in `goto' | |
# ./spec/watirspec/browser_spec.rb:25 | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:49:in `instance_eval' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:49:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:106:in `with_around_hooks' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:46:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:99:in `with_pending_capture' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:98:in `catch' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:98:in `with_pending_capture' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example.rb:45:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:262:in `run_examples' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:258:in `map' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:258:in `run_examples' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:232:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:233:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:233:in `map' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/example_group.rb:233:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:27:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:27:in `map' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:27:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/reporter.rb:12:in `report' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:24:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:55:in `run_in_process' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:46:in `run' | |
# C:/ruby/lib/ruby/gems/1.8/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:10:in `autorun' | |
# C:/Ruby/bin/rspec:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment