Similar Posts

2 Comments

  1. I am working in banking project.I am unable to switch to window which is required for higher authorisation.
    Following are steps
    1. Login to application
    2.Do payment transaction
    3. Window displays on same the page generating number which needs to be captured.
    I am unable to do 3rd step
    I have tried driver.switchto().Window(handle)

  2. HI,
    I am trying the secodn approach it works fine with Firefox and IE but not teh chrome, For chrome The window title shows Sign in and i built autoit script for the same.

    WinWaitActive(“Sign in “,””,”20″)
    If WinExists(“Sign in “) Then
    Send(“qatest”)
    Send(“{TAB}”)
    Send(“test123”)
    Send(“{ENTER}”)
    EndIf

    Please help how to handle windows authentication for chrome

Leave a Reply

Your email address will not be published. Required fields are marked *