I want to check if a particular style has been applied to an element. Preferably using the css selector.
EG:
Worked it out:
command: assertAttribute or verifyAttribute Target : css=#my_div@style value : *display: block*
The asterisk is a wild card.