-
-
Notifications
You must be signed in to change notification settings - Fork 257
Description
ig_user = InstagramUser(browser, username)
File "F:\inspython\instagram-profilecrawl\util\extractor.py", line 34, in init
self.container = self.browser.find_element_by_class_name('v9tJq')
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 564, in find_element_by_class_name
return self.find_element(by=By.CLASS_NAME, value=name)
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
'value': value})['value']
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".v9tJq"}
(Session info: chrome=131.0.6778.205)