Advertisement
Dimi140

Untitled

May 4th, 2024
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Exception in thread Thread-3 (driver_start):
  2. Traceback (most recent call last):
  3. File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
  4. self.run()
  5. File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
  6. self._target(*self._args, **self._kwargs)
  7. File "C:\Users\Dimi\Desktop\!!! coding\lolz-system-V1\! project\main.py", line 49, in driver_start
  8. element_price = element.find_element(".rightCol")
  9. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10. File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
  11. return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
  14. return self._parent.execute(command, params)
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16. File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 347, in execute
  17. self.error_handler.check_response(response)
  18. File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
  19. raise exception_class(message, screen, stacktrace)
  20. selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: invalid locator
  21. (Session info: chrome=124.0.6367.119)
  22. Stacktrace:
  23. GetHandleVerifier [0x00007FF7F9481502+60802]
  24. (No symbol) [0x00007FF7F93FAC02]
  25. (No symbol) [0x00007FF7F92B7CE4]
  26. (No symbol) [0x00007FF7F93063E8]
  27. (No symbol) [0x00007FF7F9306E1C]
  28. (No symbol) [0x00007FF7F92FA8FC]
  29. (No symbol) [0x00007FF7F932ABBF]
  30. (No symbol) [0x00007FF7F92FA7C6]
  31. (No symbol) [0x00007FF7F932AD90]
  32. (No symbol) [0x00007FF7F934A224]
  33. (No symbol) [0x00007FF7F932A923]
  34. (No symbol) [0x00007FF7F92F8FEC]
  35. (No symbol) [0x00007FF7F92F9C21]
  36. GetHandleVerifier [0x00007FF7F978411D+3217821]
  37. GetHandleVerifier [0x00007FF7F97C60B7+3488055]
  38. GetHandleVerifier [0x00007FF7F97BF03F+3459263]
  39. GetHandleVerifier [0x00007FF7F953B846+823494]
  40. (No symbol) [0x00007FF7F9405F9F]
  41. (No symbol) [0x00007FF7F9400EC4]
  42. (No symbol) [0x00007FF7F9401052]
  43. (No symbol) [0x00007FF7F93F18A4]
  44. BaseThreadInitThunk [0x00007FFF775E7604+20]
  45. RtlUserThreadStart [0x00007FFF793C26A1+33]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement