#How can I set css selector that checks for start of name of a class?
1 messages · Page 1 of 1 (latest)
Hi @unreal tide have you tried adding quotes around styles_verificationIcon? There might be an issue with omitting quotes when class is not alphanumeric
I have tried ' ', " " does not work
The selector looks ok to me, have you tried testing it in chrome devtools?
this is the site: https://dk.trustpilot.com/review/www.diba.dk
I am trying to get
I am using chrome dev tools
Ah yes, this is because the class attribute doesn't actually start with styles_verificationIcon, there are other classes before
what can I do instead?