Check the value of css classes attributes

@CharlieScene
I think I found the solution yours combined with what we can find here:

This will give:

Execute Javascript return window.getComputedStyle(document.querySelector(‘label.custom-control-label’),‘:before’).getPropertyValue(‘background-color’);

Thanks @CharlieScene and @EdManlove

1 Like