I am scrapping a webpage that has alot of division inside of divisions and the one div I want doesnt show up in the soup, here it is
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active panel panel-default" id="grdKampanya" style="overflow-y: auto; height: 180px;"></div>
</div>
</div>
</div>
(a fraction of the entire soup)
The actual html