altered geterrormessage to pick up new Div AH has added to screen, hopfully this will give us more info about the error
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3675 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -56,8 +56,8 @@ def menu (p_menuitem)
|
||||
end
|
||||
|
||||
def geterrormess(ie)
|
||||
if ie.div(:class, 'ErrorPageMessage').exists? then
|
||||
return ie.div(:class, 'ErrorPageMessage').to_s
|
||||
if ie.div(:id, 'ErrorOutputDiv').exists? then
|
||||
return ie.div(:id, 'ErrorOutputDiv').text
|
||||
end
|
||||
return ie.div(:id,'colRight').to_s
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user