price = driver.find_element_by_xpath("//div[@class='price inlineBlock strong mediumText']")
price_content = price.get_attribute('innerHTML')
print price_content.strip()
# Don't use find_element_by_class use find_element_by_xpath
textFromDiv = driver.find_element_by_xpath("//div[@class='']").text
element.text
element.text