I am using Python 2.7 with Selenium WebDriver. My question is how to print the entire page source using the print method. There is a webdriver method page_source, but it returns a WebDriver, and I donβt know how to convert it to String or just print it in the terminal
python selenium-webdriver webdriver
wmarchewka
source share