'Python BeautifulSoup, Request, doens't scrape the full page

I am trying to scrape a website for some links. The problem is that the links are hidden in the body of the code and my code doesn't wanna scrape that part.

This is what is looks like: https://i.stack.imgur.com/vGDvc.png

and this is what I need: https://i.stack.imgur.com/lNqPZ.png

BeautifulSoup just doenst show me those hrefs in the page's body.

Please help, thank you.



Solution 1:[1]

all content are passing to the BeautifulSoup no matter they are visible or not! just find the target xpath or any selector

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 javadfarah