A list of known limitations when using the web SDK
Using URL in CSS Selectors
If you are using a full or partial URL within your selector, such as img[src*="/profile/default/"], the selector won't match to anything when viewed on the agent side.This often results in styles on the agent side not matching what is seen on the client side.
Recommended solution
Don't use URLs in selectors and ideally use element IDs.