I'm trying to get text using selenium web driver, I don't want to use XPath because the Id changes every time I launch the web page.
Below is my code:
text=driver.find_element_by_class_name("stage").getText("text")
HTML code:
span class="current-text" id="yui_3_7_0_4_1389185744113_384">text</span