Service Virtualization

  • 1.  How to Handle window popup in LISa selenium step

    Posted Feb 23, 2017 04:22 AM

    Hi,

     

    1) I need to Automate GUI which is having choose a FIle button, when we will click to that button, it will redirect to our local system(PC) and allow us to add any txt file.

     

    But through selenium builder i can only capture mouse event of GUI but not our local system.

     

    Could anyone suggest what should i do in sub scenarios.

     

    OR 

    2) Can we use our webdriver java code in LIsa, As Selenium step in LIsa only understand JSON code.

    So, is there any option like we can import our webDriver java code in LIsa

     



  • 2.  Re: How to Handle window popup in LISa selenium step

    Posted Jun 05, 2017 06:27 AM

    I too have the same question! need to automate the window authentication pop up
    Any solution?



  • 3.  Re: How to Handle window popup in LISa selenium step

    Posted Jun 06, 2017 06:47 AM

    Simply, I went to selenium when I didn't found any solution for this in Devtest



  • 4.  Re: How to Handle window popup in LISa selenium step
    Best Answer

    Broadcom Employee
    Posted Jul 17, 2017 04:46 PM

    Yes unfortunately this is a limitation with Selenium Builder since it cannot record the pop-up.

     

    But I did find these links, hope they can help:

     

    "http://www.seleniumframework.com/intermediate-tutorial/authentication-pop-up/"
    "http://learn-automation.com/handle-windows-authentication-using-selenium-webdriver/"