i am trying to select phpmyadmin SQL query textarean using selenium but it's not working, as any query you add it will be converted to spans in a div not an actual textarea, please advise. i tired this using xpath but not working
queryBox = driver.find_element_by_xpath( "xpath=//div[@id='sqlquerycontainerfull']/div/div[6]/div/div/div/div/div[5]/div/pre")