I am modifying the play-scraper API to scrape play-store app details. It uses BeautifulSoup to parse HTML pages [reference].
I am particularly interested in all the additional information available for an app as shown in the screenshot below. (The above screenshot is taken from this app.)

I am stuck at extracting the list of permissions that an app asks for (shown in the above figure) because the View details URL under Permissions is as follows.
<a class="hrTbp" jsname="Hly47e">View details</a>
Clicking the View details URL shows a list of permissions (screenshot as follows) that I want to extract.

I am not familiar with Javascript. Any help would be appreciated.
atags would (it doesn't have thehrefattribute anyway). Instead, there is a listener somewhere that opens a popup when the user click on the "link".