Lets say I have a web page like this:
https://store.playstation.com/en-gb/product/EP0002-CUSA24267_00-CODCWSTANDARD001
When rendered in a normal browser, this text appears:

However, when using selenium like this: https://pastebin.com/raw/MUkeMWhK
The javascript does not seem to render, it actually just shows this:

Adding a print statement just shows an object
<selenium.webdriver.remote.webelement.WebElement (session="2cfa798e8ae12131f8ad97de7f9d53af", element="92ba9953-0cd4-4f00-a560-42eb4b556348")>
How would I be able to get the text?