Advertisement
Guest User

error

a guest
Jul 24th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. D:\testing\rb_test>python main_test.py
  2. Traceback (most recent call last):
  3. File "main_test.py", line 8, in <module>
  4. admin.delete_test_user(driver, actions)
  5. File "D:\testing\rb_test\admin_actions.py", line 35, in delete_test_user
  6. actions.move_to_element(user_menu).click(admin_button).perform()
  7. File "C:\Python27\lib\site-packages\selenium\webdriver\common\action_chains.py
  8. ", line 72, in perform
  9. action()
  10. File "C:\Python27\lib\site-packages\selenium\webdriver\common\action_chains.py
  11. ", line 217, in <lambda>
  12. self._driver.execute(Command.MOVE_TO, {'element': to_element.id}))
  13. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", l
  14. ine 193, in execute
  15. self.error_handler.check_response(response)
  16. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py"
  17. , line 181, in check_response
  18. raise exception_class(message, screen, stacktrace)
  19. selenium.common.exceptions.StaleElementReferenceException: Message: Element not
  20. found in the cache - perhaps the page has changed since it was looked up
  21. Stacktrace:
  22. at fxdriver.cache.getElementAt (resource://fxdriver/modules/web-element-cach
  23. e.js:9348)
  24. at Utils.getElementAt (file:///c:/users/mapapp/appdata/local/temp/tmphbvfy_/
  25. extensions/fxdriver@googlecode.com/components/driver-component.js:8942)
  26. at fxdriver.events.buildCoordinates (file:///c:/users/mapapp/appdata/local/t
  27. emp/tmphbvfy_/extensions/fxdriver@googlecode.com/components/driver-component.js:
  28. 10165)
  29. at FirefoxDriver.prototype.mouseMoveTo (file:///c:/users/mapapp/appdata/loca
  30. l/temp/tmphbvfy_/extensions/fxdriver@googlecode.com/components/driver-component.
  31. js:10974)
  32. at DelayedCommand.prototype.executeInternal_/h (file:///c:/users/mapapp/appd
  33. ata/local/temp/tmphbvfy_/extensions/fxdriver@googlecode.com/components/command-p
  34. rocessor.js:12643)
  35. at DelayedCommand.prototype.executeInternal_ (file:///c:/users/mapapp/appdat
  36. a/local/temp/tmphbvfy_/extensions/fxdriver@googlecode.com/components/command-pro
  37. cessor.js:12648)
  38. at DelayedCommand.prototype.execute/< (file:///c:/users/mapapp/appdata/local
  39. /temp/tmphbvfy_/extensions/fxdriver@googlecode.com/components/command-processor.
  40. js:12590)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement