this is email i want to show:

this is my Code :
getemail = driver.find_element_by_xpath(".//b[contains(text(), '@')]").text
print(getemail)
and it showed nothing. Thank you for help!
this is email i want to show:

this is my Code :
getemail = driver.find_element_by_xpath(".//b[contains(text(), '@')]").text
print(getemail)
and it showed nothing. Thank you for help!