Skip to content

Instantly share code, notes, and snippets.

@mitgr81
Created February 10, 2012 16:02
Show Gist options
  • Save mitgr81/1790481 to your computer and use it in GitHub Desktop.
Save mitgr81/1790481 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/lettuce/core.py", line 117, in __call__
ret = self.function(self.step, *args, **kw)
File "/src/portal/tests/lettuce/terrain/steps.py", line 86, in horizontal_dragon_drop
test.dragon_drop(source, dest, action_chains=True)
File "/src/portal/tests/python/lnet/testing/acceptance.py", line 2534, in dragon_drop
self.__dragon_drop(source_element, dest_element, action_chains, multiplier)
File "/src/portal/tests/python/lnet/testing/acceptance.py", line 2581, in __dragon_drop
source_element._execute(Command.DRAG_ELEMENT, {'x': drag_coord['x'], 'y': drag_coord['y'] * multiplier})
File "/Library/Python/2.7/site-packages/selenium/webdriver/remote/webelement.py", line 194, in _execute
return self._parent.execute(command, params)
File "/Library/Python/2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 153, in execute
self.error_handler.check_response(response)
File "/Library/Python/2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 125, in check_response
raise exception_class(value)
WebDriverException: Message: 'Unrecognized command: POST /session/29520eec-07fe-dd43-92be-e1fb4ee386b0/element/{58262885-43c7-304b-b5ec-79b3517f07df}/drag'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment