Few days ago I was doing practical exercises and my Fairfox browser was opening fine and everything afterwards got executed. However, today I am unable to open the url specified in a script. No changes at all were made to the script, but I still get a message that a url can't be opened. I even tried updating my browser to the latest version, but even after that the specified url was not opening. What could be the reason, if it was working few days ago, but not working now?
--
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/efebb069-2fc8-443c-83d2-8eaaa22edeb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Short answer : No idea.We don't know what URL you are using to open up, what are your internet connectivity settings etc.,So there's not much that anyone can do here to help you out.Have you tried opening up the URL manually and check if that works?If manually the URL works and only via the automation test code it doesn't then, you would need to share your code so that we can see it and confirm if there's anything that stands out as unusual.You also could setup breakpoints right after the FirefoxDriver browser object is instantiated, and then try loading your URL manually. You can also inspect the browser settings (after it has been spun off by Selenium) and make sure if its network settings are all fine.Lastly you could toggle to a different browser flavor and see if the problem occurs there as well.Lots of exercises that you would need to carry out at your end, to help you narrow down on the root cause.
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/My Technical Scribbings @ http://rationaleemotions.wordpress.com/
On Wed, Aug 10, 2016 at 10:26 AM, RRRR <abr...@gmail.com> wrote:
Few days ago I was doing practical exercises and my Fairfox browser was opening fine and everything afterwards got executed. However, today I am unable to open the url specified in a script. No changes at all were made to the script, but I still get a message that a url can't be opened. I even tried updating my browser to the latest version, but even after that the specified url was not opening. What could be the reason, if it was working few days ago, but not working now?
--
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 seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/efebb069-2fc8-443c-83d2-8eaaa22edeb6%40googlegroups.com.
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+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/CANikZL%3DXb%2BEqHhv2inWOWU47--52o%3DyS8-Z3VANx875bAPG6xQ%40mail.gmail.com.
Short answer : No idea.We don't know what URL you are using to open up, what are your internet connectivity settings etc.,So there's not much that anyone can do here to help you out.Have you tried opening up the URL manually and check if that works?If manually the URL works and only via the automation test code it doesn't then, you would need to share your code so that we can see it and confirm if there's anything that stands out as unusual.You also could setup breakpoints right after the FirefoxDriver browser object is instantiated, and then try loading your URL manually. You can also inspect the browser settings (after it has been spun off by Selenium) and make sure if its network settings are all fine.Lastly you could toggle to a different browser flavor and see if the problem occurs there as well.Lots of exercises that you would need to carry out at your end, to help you narrow down on the root cause.
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/My Technical Scribbings @ http://rationaleemotions.wordpress.com/
On Wed, Aug 10, 2016 at 10:26 AM, RRRR <abr...@gmail.com> wrote:
Few days ago I was doing practical exercises and my Fairfox browser was opening fine and everything afterwards got executed. However, today I am unable to open the url specified in a script. No changes at all were made to the script, but I still get a message that a url can't be opened. I even tried updating my browser to the latest version, but even after that the specified url was not opening. What could be the reason, if it was working few days ago, but not working now?
--
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.
What is strange is why when I run I get a message that it can't open, if few days back the same URL was opening fine with get() method.
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/4f97366c-e841-4835-8489-69dd554e1287%40googlegroups.com.