
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
안녕하세요. 알려주신 방법대로 코드를 적용한 결과 apple 주식 홈페이지는 나오나 문자로 정리된 내용이 나오지 않고 있습니다. 어떻게 해경할 수 있나요?

Traceback (most recent call last):
File "c:\Users\heaha\Desktop\automation\python_pratice\crawling\stocks_crawling.py", line 13, in <module>
price = driver.find_element(By.CSS_SELECTOR,"IsqQVc").text
File "c:\Users\heaha\Desktop\automation\python_pratice\.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 738, in find_element
return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
File "c:\Users\heaha\Desktop\automation\python_pratice\.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 344, in execute
self.error_handler.check_response(response)
File "c:\Users\heaha\Desktop\automation\python_pratice\.venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_respon
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"IsqQVc"}
(Session info: chrome=127.0.6533.89); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshootinrrors#no-such-element-exception
Stacktrace:
GetHandleVerifier [0x00007FF77C739632+30946]
(No symbol) [0x00007FF77C6EE3C9]
(No symbol) [0x00007FF77C5E6FDA]
(No symbol) [0x00007FF77C63822C]
(No symbol) [0x00007FF77C63850C]
(No symbol) [0x00007FF77C67DCB7]
(No symbol) [0x00007FF77C65CAAF]
(No symbol) [0x00007FF77C67B041]
(No symbol) [0x00007FF77C65C813]
(No symbol) [0x00007FF77C62A6E5]
(No symbol) [0x00007FF77C62B021]
GetHandleVerifier [0x00007FF77C86F83D+1301229]
6]
(No symbol) [0x00007FF77C6F758F]
(No symbol) [0x00007FF77C6F3804]
(No symbol) [0x00007FF77C6F3992]
(No symbol) [0x00007FF77C6EA3EF]
BaseThreadInitThunk [0x00007FFFBEDA7374+20]
RtlUserThreadStart [0x00007FFFBF9BCC91+33]보고 계신 화면 전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.
