I am very new to web scraping and trying to practice by extracting data from a fitness website that tracks workouts. I need to log into the site, but I'm getting stuck even there. The page is SmartRow.
I attempted to use the SelectorGadget tool, but not of the elements seem to show up. Do I need to use selenium for this instead? Something else?
I went down a deep RSelenium rabbit hole. I got close to what I wanted but not all the way there. I created a separate post for that issue. Here's a link.