i'm trying to write the imdb rating in a cell after the movie name for my movie list. unfortunately i can't get the imdb value saved.
Sub seleniumtest()
Dim RS
Set GC = New Selenium.ChromeDriver
GC.Start
GC.Get ("https://www.imdb.com/title/tt0993840/")
Set RS = GC.FindElementByCss("[class='AggregateRatingButton__RatingScore-sc-1ll29m0-1 iTLWoV']")
RS should be 5.8
As an Error i get:
Element not found for Css=.AggregateRatingButton__RatingScore-sc-1ll29m0-1 iTLWoV```
I think it is because of the space