79474462

Date: 2025-02-28 03:55:13
Score: 1
Natty:
Report link

You likely want to use value_of_css_property("background-image"):

captcha_div = driver.find_element(By.XPATH, '//captcha//div');
style_attribute = captcha_div.value_of_css_property("background-image");

See also https://stackoverflow.com/a/59103600/1387701

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: DMart