Dapatkan atribut dalam selenium python

	org = driver.find_element_by_xpath('//a[@class="cbtn--s"]')
    val = org.get_attribute("href")
buddhi