In Python, first get the element and after receiving the attribute value, the function in python get_attribute ('value').
from selenium import webdriver driver = webdriver.Firefox() URL = "http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea" driver.get(URL) driver.switch_to.frame("iframeResult")
Reinaldo Mateus Rossetti Junio
source share