fixed login method after 3.1 update
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3857 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -42,7 +42,7 @@ def login(p_username, p_password)
|
||||
@@ie.text_field( :id, 'P101_USERNAME' ).set( p_username )
|
||||
@@ie.text_field( :id, 'P101_PASSWORD' ).set( p_password )
|
||||
#
|
||||
@@ie.button(:id, "login").click
|
||||
@@ie.button(:id, "P500_LOG_BACK_IN").click
|
||||
@@ie.wait
|
||||
#
|
||||
# TRUE if doesn't find
|
||||
|
||||
Reference in New Issue
Block a user