I am trying to scrap a website that runs a this script
<div id="premarket_container" style="min-height: 250px;">
</div>
<script>
$(window).load(function () {
nativo_DynamicContentLoaded();
});
</script>
but Selenium won't run it so I can't get the information I need.
Can someone help me, I am new to python.