enter code hereI am doing web scraping to a movie page but it does not find the span although in the xpath it is fine and it recognizes it, it does not find the text, when I print it, it prints empty.
This is the code enter image description here
Evidence finding the item enter image description here
Url
https://www.cinecolombia.com/cali/peliculas/el-olvido-que-seremos xpath
//section@class="collapsible show-times-collapse"//div@class="show-times-group"//div[@class="show-times-group__attrs"]/span1
the element at the end is with brackets, I don't recognize it stack span
xpath enter image description here
And also try what was recommended to me in the answers and it doesn't work either enter image description here