javascript - how to verify style attribute in Selenium IDE -
i have following code:
<div class="ui-multiselect-menu ui-widget ui-widget-content ui-corner-all ui-multiselect-single" style="width: 192px; top: 172px; left: 299.9px; display: none;"> how can use verifyattribute or other command validate style display: none; ? xpath have /html/body/div[3]
better late never...
command: assertattribute
target: css=#div_id@style
value: display: none
Comments
Post a Comment