Display isn't an element attribute though - it's a CSS property.
Blue Prism doesn't currently support using CSS selectors, something you can do is inject javascript into the page to manipulate the element (something I do a lot is inject the Sizzle library if jQuery not used on the page to make selecting elements easier).
Or, seeing as how your element has an id, just use that in the Application Modeller?