Selector not working when using visibility attribute

Hello guys,
I encountered a problem today while trying to highlight an element before it finishes loading. Using Get attribute Activity for “visibility” returned the value “0” but when I used visibility=‘0’ inside the selector, the following error occured:

Can someone help please?
Thanks!
Ionut

I fix it replacing visibility with style=‘display:none’

1 Like