Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in thread Thread-3 (driver_start):
- Traceback (most recent call last):
- File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
- self.run()
- File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
- self._target(*self._args, **self._kwargs)
- File "C:\Users\Dimi\Desktop\!!! coding\lolz-system-V1\! project\main.py", line 49, in driver_start
- element_price = element.find_element(".rightCol")
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
- return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
- return self._parent.execute(command, params)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 347, in execute
- self.error_handler.check_response(response)
- File "C:\Users\Dimi\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
- raise exception_class(message, screen, stacktrace)
- selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: invalid locator
- (Session info: chrome=124.0.6367.119)
- Stacktrace:
- GetHandleVerifier [0x00007FF7F9481502+60802]
- (No symbol) [0x00007FF7F93FAC02]
- (No symbol) [0x00007FF7F92B7CE4]
- (No symbol) [0x00007FF7F93063E8]
- (No symbol) [0x00007FF7F9306E1C]
- (No symbol) [0x00007FF7F92FA8FC]
- (No symbol) [0x00007FF7F932ABBF]
- (No symbol) [0x00007FF7F92FA7C6]
- (No symbol) [0x00007FF7F932AD90]
- (No symbol) [0x00007FF7F934A224]
- (No symbol) [0x00007FF7F932A923]
- (No symbol) [0x00007FF7F92F8FEC]
- (No symbol) [0x00007FF7F92F9C21]
- GetHandleVerifier [0x00007FF7F978411D+3217821]
- GetHandleVerifier [0x00007FF7F97C60B7+3488055]
- GetHandleVerifier [0x00007FF7F97BF03F+3459263]
- GetHandleVerifier [0x00007FF7F953B846+823494]
- (No symbol) [0x00007FF7F9405F9F]
- (No symbol) [0x00007FF7F9400EC4]
- (No symbol) [0x00007FF7F9401052]
- (No symbol) [0x00007FF7F93F18A4]
- BaseThreadInitThunk [0x00007FFF775E7604+20]
- RtlUserThreadStart [0x00007FFF793C26A1+33]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement