I am scrapping a website which has many list items and buttons web lements contents getting displayed through the dynamic rendering of the flutter/dart website.
I tried to approximate the button position and used pyautogui
to click on various elements but this solution won’t work when there any many buttons/elements to find.
Sharing the source code of the dynamic webpage I am scrapping in the attachment below.
Can anyone help with this in the right direction? Thanks in advance.