Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

require 'page-object'

class UserMenu
include PageObject

button(:userMenu, :id => 'user-menu-toggle-btn')
h2(:menuHeader, :css => '.snap-drawer-right .panel-title')
button(:about, :id => 'about')
button(:logOut, :id => 'logout')
button(:launchpad, :id => 'launchpad')


#About Page
h3(:aboutTitle, :css => '.modal-content h3')
p(:content, :css => '.modal-body p')
p(:contentLine2, :css => '.modal-body p:nth-of-type(2)')
p(:contentLine3, :css => '.modal-body p:nth-of-type(3)')
a(:userGuideLinkVARUT, :css => 'a[href="assets/pdfs/var-utility-guide.pdf"]')
a(:userGuideAssessBuilder, :css => 'a[href="http://www.google.com"]')
button(:ok, :id => 'about-ok-btn')
end