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;
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
|
show 1 more comment
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
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
|
show 1 more comment
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
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
selenium selenium-webdriver
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
|
show 1 more comment
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
|
show 1 more comment
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 26 at 4:45
Priya SwainPriya Swain
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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