I\'m using the Python bindings to run Selenium WebDriver:
from selenium import webdriver wd = webdriver.Firefox()
I know I can grab a webel
This works seamlessly for me.
element.get_attribute('innerHTML')