--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/77482b76-2f99-4d03-ad4f-e5cb654ac5dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Selenium is designed so. Every thread will launch a new session (Internally selenium will create a new profile of the browser, which means that the newly created profile acts like a fresh installation of browser)This requirement can be achieved by capturing the cookies from an active session, and passing the same to the new instance. But it is an experimental approach. Few websites maintain sessions which detect few parameters and expire the session if tweaked.Please let us know why you are trying to maintain the same session for all your instances./Praveen.
On Mon, Sep 5, 2016 at 11:47 AM, Phú Nguyễn <phun...@gmail.com> wrote:
Hi guys,I have some problem with selenium when open new window, It's create new session instead of using old.Do you know anyway to open new window but using old session on selenium ?I'm using selenium ver 2.44 with junit and ie driver.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/3d5e3b3a-d69f-497c-9152-be19ab73031c%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.