Error in css selector when the class name is just numbers
Css selector:
webctrl css-selector=‘body> div#mainDiv> div#main-div> div#page-container> div#content> div> div#menu-shadow> ul#main_ul> li#main_parent_185> a#185> b’
The element tree:
Now if i remove “185” name from a(Last second element in css hierachy, everything works fine, but if add the complete name “a#185” it throws an error.
I tried wrapping 185 in qutoes but no luck.