Advertisement
Guest User

Untitled

a guest
Jul 19th, 2015
199
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 18, in <module>
  3. d.find_element_by_class_name('show-more').click()
  4. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webelement.py",
  5. line 70, in click
  6. self._execute(Command.CLICK_ELEMENT)
  7. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webelement.py",
  8. line 404, in _execute
  9. return self._parent.execute(command, params)
  10. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", l
  11. ine 195, in execute
  12. self.error_handler.check_response(response)
  13. File "C:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py"
  14. , line 170, in check_response
  15. raise exception_class(message, screen, stacktrace)
  16. selenium.common.exceptions.ElementNotVisibleException: Message: Element is not c
  17. urrently visible and so may not be interacted with
  18. Stacktrace:
  19. at fxdriver.preconditions.visible (file:///c:/users/admini~1/appdata/local/t
  20. emp/tmpole1ag/extensions/fxdriver@googlecode.com/components/command-processor.js
  21. :9615)
  22. at DelayedCommand.prototype.checkPreconditions_ (file:///c:/users/admini~1/a
  23. ppdata/local/temp/tmpole1ag/extensions/fxdriver@googlecode.com/components/comman
  24. d-processor.js:12265)
  25. at DelayedCommand.prototype.executeInternal_/h (file:///c:/users/admini~1/ap
  26. pdata/local/temp/tmpole1ag/extensions/fxdriver@googlecode.com/components/command
  27. -processor.js:12282)
  28. at DelayedCommand.prototype.executeInternal_ (file:///c:/users/admini~1/appd
  29. ata/local/temp/tmpole1ag/extensions/fxdriver@googlecode.com/components/command-p
  30. rocessor.js:12287)
  31. at DelayedCommand.prototype.execute/< (file:///c:/users/admini~1/appdata/loc
  32. al/temp/tmpole1ag/extensions/fxdriver@googlecode.com/components/command-processo
  33. r.js:12229)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement