How to use Verify Options Present item for UL tag?

Hi there,
I want to use Verify Options Present item, to verify some entries, but these entries are in HTML ul tag, not in select.

Options [Dashboard, Settings, Help, About, Logout] do NOT present. (Root cause: org.openqa.selenium.support.ui.UnexpectedTagNameException: Element should have been "select" but was "ul"
Build info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:07:36.161Z'
System info: host: 'xxx', ip: 'xxx', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_102'
Driver info: driver.version: unknown)

Which file shall I edit to add UL tag to this item?