I am using Selenium webdriver in Python for a web cleanup project.
How to print selenium.WebElement HTML text?
I intend to use BeautifulSoupHTML parsing to extract the data of interest.
BeautifulSoup
thank
Unable to get raw HTML from WebElement.
WebElement
You can get the page source from a browser object: browser.page_source.
browser.page_source