I am scraping a website for information pertaining to products. I need to log in to access the products I have access to. After successfully logging in and navigating to the product details page, Selenium returns nothing. I have been trying for the past week and nothing worked out.
So, I was wondering if I can try BeautifulSoup to get the text that I want after reaching that point?
Is it doable? Please reccomend any resources/readings.