Created
May 11, 2016 06:03
-
-
Save daipresents/26dc292418a8a7e83add1ebe50f8ca6c to your computer and use it in GitHub Desktop.
This file contains 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:\Program Files (x86)\Jenkins\jobs\GetPageInfo\workspace>rspec C:\Selenium\get_page_info.rb | |
Started ChromeDriver | |
port=9515 | |
version=22.0.1203.0b | |
log=C:\Program Files (x86)\Jenkins\jobs\GetPageInfo\workspace\chromedriver.log | |
[1029/122515:ERROR:proxy_launcher.cc(551)] Failed to wait for testing channel presence. | |
d:\src\chr0\src\chrome\test\automation\proxy_launcher.cc(478): error: Value of: automation_proxy_.get() | |
Actual: false | |
Expected: true</pre> | |
An error occurred in an after hook | |
NoMethodError: undefined method `quit' for nil:NilClass | |
occurred at C:/Selenium/get_page_info.rb:88:in `block (2 levels) in ' | |
F | |
Failures: | |
1) Get Page Information | |
Failure/Error: @driver = Selenium::WebDriver.for :chrome | |
Errno::ECONNREFUSED: | |
No connection could be made because the target machine actively refused it. - connect(2) | |
# C:/Selenium/get_page_info.rb:10:in `block (2 levels) in ' | |
Finished in 46.64 seconds | |
1 example, 1 failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment