Session is getting broken on trying to switch to new popup windowUnable to find popup windowSelenium Ruby Webdriver - how to close IE9 browser session with popup displayedHeadless Browser and scraping - solutionsOpening of new tab when user click on a button provided on popup using selenium webdriverselenium IDE - how to switch to a new window with a different URL?Unable to handle the new windowEnabling popup windows in Chrome by SeleniumSelenium Script halts while switching window handleschange the download directory without the popup window at chromeHow to manage login window after session expire in Selenium

Intuitively, why does putting capacitors in series decrease the equivalent capacitance?

What sort of mathematical problems are there in AI that people are working on?

Low-gravity Bronze Age fortifications

How to split an equation over two lines?

Why aren't (poly-)cotton tents more popular?

Why do some games show lights shine through walls?

Hot coffee brewing solutions for deep woods camping

Alphabet completion rate

Change the boot order with no option in UEFI settings

How to add multiple ip address in destination ip in acl rule

What is the legal status of travelling with (unprescribed) methadone in your carry-on?

How to extract the storage of a smart contract?

Why is C++ initial allocation so much larger than C's?

How come I was asked by a CBP officer why I was in the US?

Would a two-seat light aircaft with a landing speed of 20 knots and a top speed of 180 knots be technically possible?

Is my Rep in Stack-Exchange Form?

Can you apprehend something instead of someone?

Should I hide continue button until tasks are completed?

Does Marvel have an equivalent of the Green Lantern?

How to / is it possible to straighten a bent seatstay/chainstay on a steel frame? At home or inexpensively by a professional

Does the posterior necessarily follow the same conditional dependence structure as the prior?

Using “sparkling” as a diminutive of “spark” in a poem

Does squid ink pasta bleed?

Why is there no havdallah when going from Yom Tov into Shabbat?



Session is getting broken on trying to switch to new popup window


Unable to find popup windowSelenium Ruby Webdriver - how to close IE9 browser session with popup displayedHeadless Browser and scraping - solutionsOpening of new tab when user click on a button provided on popup using selenium webdriverselenium IDE - how to switch to a new window with a different URL?Unable to handle the new windowEnabling popup windows in Chrome by SeleniumSelenium Script halts while switching window handleschange the download directory without the popup window at chromeHow to manage login window after session expire in Selenium






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am using selenium-java 3.9, IE 11 browser to develop selenium scripts on our client application.



When I am clicking on link to open a new popup window, session is getting broken and login page is appearing in the popup window page. How can I resolve this issue.



The same scenario is working well in chrome and IE 8 and IE 9 versions. But due to browser compatibility issues, I am forced to use IE 11.










share|improve this question
























  • What do you mean with 'session is getting broken' ? Dou you need to open the login page in same window (new tab)? Or just switching driver to the new window? Pls always try to describe your issue as detailed as possible with html source code, your code and what is exactly the issue. Optionaly add screenshots.

    – pburgr
    Mar 25 at 10:58












  • usually, we login into our client application with specific login credentials. In one particular scenario when I click on a link in the main page, a new page will get displayed as a popup window.But In the popup window expected page is not getting displayed. instead it is again displaying login page asking for login credentials. Thats the problem. As I am working for a client, I am not supposed to post the screenshots of the application.

    – kiran kumar
    Mar 25 at 11:27











  • Can ba a bug in the application itself. Can you proceed the scenario manualy?

    – pburgr
    Mar 25 at 11:33











  • Yes. I can proceed the scenario manually. Its working.

    – kiran kumar
    Mar 25 at 11:35











  • I have updated the question.

    – kiran kumar
    Mar 25 at 11:45

















1















I am using selenium-java 3.9, IE 11 browser to develop selenium scripts on our client application.



When I am clicking on link to open a new popup window, session is getting broken and login page is appearing in the popup window page. How can I resolve this issue.



The same scenario is working well in chrome and IE 8 and IE 9 versions. But due to browser compatibility issues, I am forced to use IE 11.










share|improve this question
























  • What do you mean with 'session is getting broken' ? Dou you need to open the login page in same window (new tab)? Or just switching driver to the new window? Pls always try to describe your issue as detailed as possible with html source code, your code and what is exactly the issue. Optionaly add screenshots.

    – pburgr
    Mar 25 at 10:58












  • usually, we login into our client application with specific login credentials. In one particular scenario when I click on a link in the main page, a new page will get displayed as a popup window.But In the popup window expected page is not getting displayed. instead it is again displaying login page asking for login credentials. Thats the problem. As I am working for a client, I am not supposed to post the screenshots of the application.

    – kiran kumar
    Mar 25 at 11:27











  • Can ba a bug in the application itself. Can you proceed the scenario manualy?

    – pburgr
    Mar 25 at 11:33











  • Yes. I can proceed the scenario manually. Its working.

    – kiran kumar
    Mar 25 at 11:35











  • I have updated the question.

    – kiran kumar
    Mar 25 at 11:45













1












1








1








I am using selenium-java 3.9, IE 11 browser to develop selenium scripts on our client application.



When I am clicking on link to open a new popup window, session is getting broken and login page is appearing in the popup window page. How can I resolve this issue.



The same scenario is working well in chrome and IE 8 and IE 9 versions. But due to browser compatibility issues, I am forced to use IE 11.










share|improve this question
















I am using selenium-java 3.9, IE 11 browser to develop selenium scripts on our client application.



When I am clicking on link to open a new popup window, session is getting broken and login page is appearing in the popup window page. How can I resolve this issue.



The same scenario is working well in chrome and IE 8 and IE 9 versions. But due to browser compatibility issues, I am forced to use IE 11.







selenium selenium-webdriver






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 11:45







kiran kumar

















asked Mar 25 at 10:17









kiran kumarkiran kumar

165 bronze badges




165 bronze badges












  • What do you mean with 'session is getting broken' ? Dou you need to open the login page in same window (new tab)? Or just switching driver to the new window? Pls always try to describe your issue as detailed as possible with html source code, your code and what is exactly the issue. Optionaly add screenshots.

    – pburgr
    Mar 25 at 10:58












  • usually, we login into our client application with specific login credentials. In one particular scenario when I click on a link in the main page, a new page will get displayed as a popup window.But In the popup window expected page is not getting displayed. instead it is again displaying login page asking for login credentials. Thats the problem. As I am working for a client, I am not supposed to post the screenshots of the application.

    – kiran kumar
    Mar 25 at 11:27











  • Can ba a bug in the application itself. Can you proceed the scenario manualy?

    – pburgr
    Mar 25 at 11:33











  • Yes. I can proceed the scenario manually. Its working.

    – kiran kumar
    Mar 25 at 11:35











  • I have updated the question.

    – kiran kumar
    Mar 25 at 11:45

















  • What do you mean with 'session is getting broken' ? Dou you need to open the login page in same window (new tab)? Or just switching driver to the new window? Pls always try to describe your issue as detailed as possible with html source code, your code and what is exactly the issue. Optionaly add screenshots.

    – pburgr
    Mar 25 at 10:58












  • usually, we login into our client application with specific login credentials. In one particular scenario when I click on a link in the main page, a new page will get displayed as a popup window.But In the popup window expected page is not getting displayed. instead it is again displaying login page asking for login credentials. Thats the problem. As I am working for a client, I am not supposed to post the screenshots of the application.

    – kiran kumar
    Mar 25 at 11:27











  • Can ba a bug in the application itself. Can you proceed the scenario manualy?

    – pburgr
    Mar 25 at 11:33











  • Yes. I can proceed the scenario manually. Its working.

    – kiran kumar
    Mar 25 at 11:35











  • I have updated the question.

    – kiran kumar
    Mar 25 at 11:45
















What do you mean with 'session is getting broken' ? Dou you need to open the login page in same window (new tab)? Or just switching driver to the new window? Pls always try to describe your issue as detailed as possible with html source code, your code and what is exactly the issue. Optionaly add screenshots.

– pburgr
Mar 25 at 10:58






What do you mean with 'session is getting broken' ? Dou you need to open the login page in same window (new tab)? Or just switching driver to the new window? Pls always try to describe your issue as detailed as possible with html source code, your code and what is exactly the issue. Optionaly add screenshots.

– pburgr
Mar 25 at 10:58














usually, we login into our client application with specific login credentials. In one particular scenario when I click on a link in the main page, a new page will get displayed as a popup window.But In the popup window expected page is not getting displayed. instead it is again displaying login page asking for login credentials. Thats the problem. As I am working for a client, I am not supposed to post the screenshots of the application.

– kiran kumar
Mar 25 at 11:27





usually, we login into our client application with specific login credentials. In one particular scenario when I click on a link in the main page, a new page will get displayed as a popup window.But In the popup window expected page is not getting displayed. instead it is again displaying login page asking for login credentials. Thats the problem. As I am working for a client, I am not supposed to post the screenshots of the application.

– kiran kumar
Mar 25 at 11:27













Can ba a bug in the application itself. Can you proceed the scenario manualy?

– pburgr
Mar 25 at 11:33





Can ba a bug in the application itself. Can you proceed the scenario manualy?

– pburgr
Mar 25 at 11:33













Yes. I can proceed the scenario manually. Its working.

– kiran kumar
Mar 25 at 11:35





Yes. I can proceed the scenario manually. Its working.

– kiran kumar
Mar 25 at 11:35













I have updated the question.

– kiran kumar
Mar 25 at 11:45





I have updated the question.

– kiran kumar
Mar 25 at 11:45












1 Answer
1






active

oldest

votes


















0














While executing the automation script, after login , need to click on certain button which opens the login page again instead of the expected page.
While doing manually, after clicking on the same button it opens the required page.
This happens only in IE11 not in chrome.
As the recommended browser is IE, need to proceed with this.
What can be the reason and its solution.






share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55335517%2fsession-is-getting-broken-on-trying-to-switch-to-new-popup-window%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    While executing the automation script, after login , need to click on certain button which opens the login page again instead of the expected page.
    While doing manually, after clicking on the same button it opens the required page.
    This happens only in IE11 not in chrome.
    As the recommended browser is IE, need to proceed with this.
    What can be the reason and its solution.






    share|improve this answer



























      0














      While executing the automation script, after login , need to click on certain button which opens the login page again instead of the expected page.
      While doing manually, after clicking on the same button it opens the required page.
      This happens only in IE11 not in chrome.
      As the recommended browser is IE, need to proceed with this.
      What can be the reason and its solution.






      share|improve this answer

























        0












        0








        0







        While executing the automation script, after login , need to click on certain button which opens the login page again instead of the expected page.
        While doing manually, after clicking on the same button it opens the required page.
        This happens only in IE11 not in chrome.
        As the recommended browser is IE, need to proceed with this.
        What can be the reason and its solution.






        share|improve this answer













        While executing the automation script, after login , need to click on certain button which opens the login page again instead of the expected page.
        While doing manually, after clicking on the same button it opens the required page.
        This happens only in IE11 not in chrome.
        As the recommended browser is IE, need to proceed with this.
        What can be the reason and its solution.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 26 at 4:45









        Priya SwainPriya Swain

        1




        1



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55335517%2fsession-is-getting-broken-on-trying-to-switch-to-new-popup-window%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현