Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is the error iam getting while running main.py script?Any help would be appreciated? #1

Open
ayush431 opened this issue Dec 10, 2022 · 0 comments

Comments

@ayush431
Copy link

Traceback (most recent call last):
  File "main.py", line 24, in <module>
    elementID.submit()
  File "F:\python_linkedin\ScrapIn\venv\lib\site-packages\selenium\webdriver\remote\webelement.py", line 110, in submit
    self._parent.execute_script(script, self)
  File "F:\python_linkedin\ScrapIn\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 506, in execute_script
    return self.execute(command, {"script": script, "args": converted_args})["value"]
  File "F:\python_linkedin\ScrapIn\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 444, in execute
    self.error_handler.check_response(response)
  File "F:\python_linkedin\ScrapIn\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 249, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
  (Session info: chrome=108.0.5359.73)
Stacktrace:
Backtrace:
        (No symbol) [0x00C7F243]
        (No symbol) [0x00C07FD1]
        (No symbol) [0x00AFD04D]
        (No symbol) [0x00AFFD34]
        (No symbol) [0x00AFFBE5]
        (No symbol) [0x00B00565]
        (No symbol) [0x00B5D47C]
        (No symbol) [0x00B4858C]
        (No symbol) [0x00B5C9EB]
        (No symbol) [0x00B48386]
        (No symbol) [0x00B2163C]
        (No symbol) [0x00B2269D]
        GetHandleVerifier [0x00F19A22+2655074]
        GetHandleVerifier [0x00F0CA24+2601828]
        GetHandleVerifier [0x00D28C0A+619850]
        GetHandleVerifier [0x00D27830+614768]
        (No symbol) [0x00C105FC]
        (No symbol) [0x00C15968]
        (No symbol) [0x00C15A55]
        (No symbol) [0x00C2051B]
        BaseThreadInitThunk [0x75E66739+25]
        RtlGetFullPathName_UEx [0x77718FD2+1218]
        RtlGetFullPathName_UEx [0x77718F9D+1165]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant