dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

Session end or window close ,after authentication windows opens(only on IE) #47

Open RollerIn opened 8 years ago

RollerIn commented 8 years ago

Steps to reproduce: 1.Start IE browser -->browser will launch -->click on refresh in the tool-->page loaded 2.enter url as http://google.com -->security authentication window will open to enter user name and password--> enter and click on--> Click on Refresh button in the tool--->nothing will get loaded.

in organization,due to security issues ,when ever we open google or some other sites,it will ask us to pass credentials then it allows to access based on the correct user creds.

By using SWD, default browser launched window(IE driver window) will be loaded in the tool but once you enter url as some generic site "Google.com" (where it doesn't allow you to access) the browser window failed to carry cookies or session out or window close exception.

please,can you assist how we can resolve this issue?

Note: This behavior is happening only on IE.

RollerIn commented 8 years ago

Are we using any cookies to store and update once we navigate to the new URL?

dzharii commented 8 years ago

Hi @RollerIn,

sorry, but I cannot help with this issue. Page recorder does not read or modify cookies and, yes, the proxy authentication might cause this issue.

RollerIn commented 8 years ago

Thank for your effort and co operation,when ever we enter the url and hit the ENTER button, which method exactly will call in the tool,just curiosity to check why the driver ends in session.i will try at my home system if possible.