added method to navigate menu easily

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3039 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2007-12-20 11:05:25 +00:00
parent 2d7b5e2ab9
commit 55e08233b3

View File

@@ -50,6 +50,12 @@ def login(p_username, p_password)
assert_nil(@@ie.contains_text('Invalid Login Credentials'),'Unable to login')
end
def menu (p_menuitem)
@@ie.link(:name, p_menuitem).click
@@ie.wait
end
#
# SETCONTRACTVALUE
#