I am trying to match an element in a Chrome browser window using a RegEx attribute match type.
Specifically, I know that a decimal number with a fixed format will be on the screen and I want to read its value, so I'm passing the RegEx \d{1,3}\,\d{1} ...