I'm trying to parse a webpage using beautifulsoup. I can see that the page is correctly loaded in selenium using chromedriver but the final result is null and when I see the parsed page print in beautifulsoup it does not show the whole page that selenium shows in its automated browser.
The code that I'm using for this purpose is:
page_soup = soup(driver.page_source, "html.parser")
print (page_soup)
containers = page_soup.findAll("div", class_="row ploc-l-row--gutterV flex-wrap flex-align-start flex-center-vertical")
print (len(containers))
I need to access each partner information, but the result is null. The page that I'm working on is
https://locatr.cloudapps.cisco.com/WWChannels/LOCATR/openBasicSearch.do;jsessionid=8CDF9284D014CFF911CB8E6F81812619