Advertisement
Guest User

Untitled

a guest
Jul 19th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\yt.py", line 22, in <module>
  3. d.find_element_by_class_name("show-more").click()
  4. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webelement.py", line 7
  5. 0, in click
  6. self._execute(Command.CLICK_ELEMENT)
  7. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webelement.py", line 4
  8. 04, in _execute
  9. return self._parent.execute(command, params)
  10. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 19
  11. 5, in execute
  12. self.error_handler.check_response(response)
  13. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line
  14. 170, in check_response
  15. raise exception_class(message, screen, stacktrace)
  16. selenium.common.exceptions.ElementNotVisibleException: Message: Element is not current
  17. ly visible and so may not be interacted with
  18. Stacktrace:
  19. at fxdriver.preconditions.visible (file:///c:/users/admini~1/appdata/local/temp/tm
  20. p6i4a9k/extensions/fxdriver@googlecode.com/components/command-processor.js:9615)
  21. at DelayedCommand.prototype.checkPreconditions_ (file:///c:/users/admini~1/appdata
  22. /local/temp/tmp6i4a9k/extensions/fxdriver@googlecode.com/components/command-processor.
  23. js:12265)
  24. at DelayedCommand.prototype.executeInternal_/h (file:///c:/users/admini~1/appdata/
  25. local/temp/tmp6i4a9k/extensions/fxdriver@googlecode.com/components/command-processor.j
  26. s:12282)
  27. at DelayedCommand.prototype.executeInternal_ (file:///c:/users/admini~1/appdata/lo
  28. cal/temp/tmp6i4a9k/extensions/fxdriver@googlecode.com/components/command-processor.js:
  29. 12287)
  30. at DelayedCommand.prototype.execute/< (file:///c:/users/admini~1/appdata/local/tem
  31. p/tmp6i4a9k/extensions/fxdriver@googlecode.com/components/command-processor.js:12229)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement