I am trying to get the product's seller yet it will not get the text. I assume this is some weird thing since the text is also a link. Any help?
Python Code:
self.sold_by = driver.find_element_by_css_selector('#sellerProfileTriggerId').text
HTML Element:
<a href="/gp/help/seller/at-a-glance.html/ref=dp_merchant_link?ie=UTF8&seller=A2IEDZAWBB03ZE&isAmazonFulfilled=1" id="sellerProfileTriggerId">SKUniverse</a>
self.sold_by = driver.find_element_by_id('sellerProfileTriggerId')