I am trying to click the save info button you get when you first log in to an Instagram account. I can't because I keep getting ElementNotFound errors.
I tried this code and it gave this error:
chrome.find_element(By.CLASS_NAME, "_acan _acap _acas").click()
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\disnake\ext\commands\interaction_bot_base.py", line 1255, in process_application_commands
await app_command.invoke(interaction)
File "C:\Python310\lib\site-packages\disnake\ext\commands\slash_core.py", line 739, in invoke
raise CommandInvokeError(exc) from exc
disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"._acan _acap _acas"}