Skip to content

Instantly share code, notes, and snippets.

@andres-torres-marroquin
Created June 28, 2011 22:45
Show Gist options
  • Save andres-torres-marroquin/1052444 to your computer and use it in GitHub Desktop.
Save andres-torres-marroquin/1052444 to your computer and use it in GitHub Desktop.
Google Chrome splinter 0.1.1
Feature: Going Once, Going Twice. # apps/mainsite/features/going_once_twice_auctions.feature:1
Scenario: In the homepage # apps/mainsite/features/going_once_twice_auctions.feature:3
Given that I have an auction about to be closed # apps/mainsite/features/step_definitions/going.py:6
When I go to the auction page # apps/mainsite/features/step_definitions/going.py:11
Then I see the "GOING ONCE" in the auction timer # apps/mainsite/features/step_definitions/going.py:15
Traceback (most recent call last):
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/lettuce/core.py", line 113, in __call__
ret = self.function(self.step, *args, **kw)
File "/home/atorres/Desktop/bidsite/apps/mainsite/features/step_definitions/going.py", line 20, in see_the_text_in_the_timer
element = world.wait_for_element(selector, dont_fail=True)
File "/home/atorres/Desktop/bidsite/terrain/wait.py", line 70, in wait_for_element
found = world.wait_for_many_elements(selector, timeout, interval, dont_fail=dont_fail)
File "/home/atorres/Desktop/bidsite/terrain/wait.py", line 137, in wait_for_many_elements
return list(world.browser.find_by_css_selector(selector))
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/splinter/utils.py", line 6, in deprecated_method
return method(*args, **kwargs)
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/splinter/driver/webdriver/__init__.py", line 200, in find_by_css
return self.find_by(self.driver.find_elements_by_xpath, selector.path)
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/splinter/driver/webdriver/__init__.py", line 188, in find_by
elements = finder(selector)
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/selenium/webdriver/remote/webdriver.py", line 199, in find_elements_by_xpath
return self.find_elements(by=By.XPATH, value=xpath)
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/selenium/webdriver/remote/webdriver.py", line 533, in find_elements
{'using': by, 'value': value})['value']
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/selenium/webdriver/remote/webdriver.py", line 144, in execute
self.error_handler.check_response(response)
File "/home/atorres/virt_env/virt1/lib/python2.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 100, in check_response
raise exception_class(message)
WebDriverException: <unknown>:
Backtrace:
base::debug::StackTrace::StackTrace() [0x8091b2a]
webdriver::Session::ExecuteScriptAndParseResponse() [0x8085db5]
webdriver::Session::ExecuteScript() [0x8086043]
webdriver::Session::FindElementsHelper() [0x8087e47]
webdriver::Session::FindElements() [0x808838c]
webdriver::FindElementCommand::ExecutePost() [0x807afc3]
webdriver::internal::DispatchHelper() [0x8073ebc]
webdriver::Dispatch<>() [0x80679b5]
analyze_request [0x80717ca]
process_new_connection [0x8072fdf]
worker_thread [0x8073275]
start_thread [0xb75bd96e]
0xb68ffa0e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment