I\'m using selenium to click to the web page I want, and then parse the web page using Beautiful Soup.
selenium
Beautiful Soup
Somebody has shown how to get inner
driver.page_source probably outdated. Following worked for me
driver.page_source
let html = await driver.getPageSource();
Reference: https://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/ie_exports_Driver.html#getPageSource