How to scrape flutter/dart dynamic renderer website where inspecting web element is not allowed
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.