I\'m using the Python bindings to run Selenium WebDriver:
from selenium import webdriver wd = webdriver.Firefox()
I know I can grab a webel
And in PHPUnit selenium test it's like this:
$text = $this->byCssSelector('.some-class-nmae')->attribute('innerHTML');