Discussion:
[selenium-users] Clicked a button on a company internal web application, two blank new pages were displayed.
Ukrit K.
2018-11-16 14:40:32 UTC
Permalink
When running a selenium script and it clicked a button on a company
internal web application, two new blank pages were displayed (selenium
would only reconize one when I tried to create a script to close them) but
if I opened the browser manually then clicked the same button a new valid
page (with info) would be displayed.
Any idea?

IE 11, Windows 10, Selenium-sever-standalone - 2.47.0.jar, Java
--
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+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/58edc40c-dd10-45b9-bcc5-cfb321d1f4ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Meenal Jain
2018-11-20 03:27:11 UTC
Permalink
Can you check if mistakenly you added click script two times? OR else you
may have added any enter key pressing step after clicking the button?
Post by Ukrit K.
When running a selenium script and it clicked a button on a company
internal web application, two new blank pages were displayed (selenium
would only reconize one when I tried to create a script to close them) but
if I opened the browser manually then clicked the same button a new valid
page (with info) would be displayed.
Any idea?
IE 11, Windows 10, Selenium-sever-standalone - 2.47.0.jar, Java
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/58edc40c-dd10-45b9-bcc5-cfb321d1f4ab%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/58edc40c-dd10-45b9-bcc5-cfb321d1f4ab%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAHd%3D%3DmJZ5R3To%2B%2BhXAFW_aAV-3BKpNjq3NA%3DuVRWYGg-Bw-KGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Ukrit K.
2018-11-20 20:40:06 UTC
Permalink
Hello,
It's only one time click in the script.

It's not about the script but the opened browser.
As long as it's a webpage created via selenium, if I manually clicked the
buttton, there would be two blank page displayed.
If I opened IE manually then I clicked the button, the valid page would be
displayed.



The script worked fine before Windows 10 upgrade.

Comments?
Post by Meenal Jain
Can you check if mistakenly you added click script two times? OR else you
may have added any enter key pressing step after clicking the button?
Post by Ukrit K.
When running a selenium script and it clicked a button on a company
internal web application, two new blank pages were displayed (selenium
would only reconize one when I tried to create a script to close them) but
if I opened the browser manually then clicked the same button a new valid
page (with info) would be displayed.
Any idea?
IE 11, Windows 10, Selenium-sever-standalone - 2.47.0.jar, Java
--
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
<javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/58edc40c-dd10-45b9-bcc5-cfb321d1f4ab%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/58edc40c-dd10-45b9-bcc5-cfb321d1f4ab%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/a0393f2c-4db9-459d-a094-366904ebc6c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...