Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. SystemUtil.Run "iexplore.exe" , uac_url
  2. With Browser("XYZ")
  3. With .Page("XYZ")
  4. .WebEdit("username").Set uac_username
  5. .WebEdit("password").SetSecure uac_pass
  6. .WebButton("Sign In").Click
  7. End With
  8. .OpenNewTab 'This not working
  9. End With
  10.  
  11. 'Open portal URL in second tab of IE
  12. With Browser("CreationTime:=1")
  13. .Sync
  14. .Navigate portal_url
  15. End With
Add Comment
Please, Sign In to add comment