How to find the html/react code of a dropdown made with react?
I am using javascript
and puppeteer
to scrape info on a site that seems to be made in react
. There is a dropdown
that contains some options
and the trigger is a button
element containing a span text. When I trigger the dropdown
, only some existing tags change some attributes, but nothing is added in the html code that might represent the actual dropdown
options.