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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -