Using Scrape to pull data from website

Hi,
I have trying to use Scrape to pull out data from website to ha, but with bad luck. I think I’m not getting ‘select’ variable right and that’s why i’m failing. So in my case what should I put to ‘select’ variable?

this is the information that I want
image

image

copy element

div data-v-7b001af2=“” data-v-3e6e9f12=“” class=“weather-alert”> Traffic weather warning </div

copy selector

#weather-widget > div.section-content > div.grid-container.grid-4-5 > div.current-container.mobile-padding > div:nth-child(2) > div.weather-alert

What website?

Сurrent weather and forecast - OpenWeatherMap

That’s a completely dynamic website where the scrape sensor won’t help you. When you use your web browser’s developer tools you will see that the actual data is loaded in JSON format. The traffic weather warning appears to be coming from this source: https://openweathermap.org/data/2.5/onecall?lat=60.3923&lon=25.6651&units=metric&appid=439d4b804bc8187953eb36d2a8c26a02
You might be able to use the rest integration to extract the data.