am using beautiful-soup to extract the information or text present in the website. How to extract the text or link present in cookie pop up because these are not present in source code
this is not present in iframe tag, if hidden then how to eaxtract
currenturl = 'https://www.tresemme.com/cz/home.html'
r = requests.get(currenturl)
print(r.text)
The cookie banner is triggered by JS, so BeautifulSoup won't see it. You could use selenium to get the text.
Here's how:
Output (in my case it's in Czech):