I am getting error "Unable to navigate to the "https:sitename" page." for Firefox and Edge.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting error "Unable to navigate to the "https:sitename" page." for Firefox and Edge.
I am getting error "Unable to navigate to the "https:sitename.com" Page." for Firefox and Edge.
I am using Test complete 12.
For IE and Chrome i am not getting this error.I am using following code
sub OpenBrowser
Project.Variables.Openbrowsername = "edge"
Project.Variables.URLName= "https://sitename.com"
Call Browsers.Item(Project.Variables.Openbrowsername).Run
Set Page = Sys.Browser.ToUrl(Project.Variables.URLName)
Page.Wait
End sub
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Each browser requires different preparation steps in order to run tests against it. For Edge, I reproduced your problem if I had the option to enable testing of Windows store applications Unchecked. See https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/edge.html
As for FireFox, what version of TestComplete 12 are you running and what version of FireFox are you running? For example, in my environment, I'm running TestComplete 12.20 and FireFox 53 (actually, technically, FF 53.0.2)... and I get your error. The reason being is that TestComplete 12.20 out of the box and the auto-update only supports up through FireFox 52. In order to be able to use later versions of FireFox, you need to upgrade to TestComplete 12.30 and make sure you check for recent updates to get the latest patches.
FYI, I tried applying the FireFox 53 patch to my TC 12.20 environment and I get the same error. It's possible that even an upgrade to TC 12.30 might still not work since the FireFox version is now up to 53.0.2
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for instant reply.
Yes you are correct. I have Firefox version 53.
Do you mean I cannot run my scripts on firefox? Is there any way to run scripts on firefox?
I Checked the setting for edge the "testing of Windows store applications " option in test complete is checked.
Still I am getting the same error.
Edge version is Microsoft Edge 40.15063.0.0
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Changing that setting for Store applications... again, verify, is checked AND you have restarted TestComplete after you did so. Again, I was getting that error before the setting change, now I'm not.
As for FireFox... in order to use FF 53, you need TC 12.30. This is a free upgrade for maintenance users of TC so you should be able to just apply it (go to Help | Check for Updates).
There have also been some changes for Edge in later versions of TC as well based upon the Windows 10 Anniversary update. So, again, upgrading to the latest version of TC would be the next step to try.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for Reply.
I have upgraded the Test Complete Version and Test Execute Version to 12.30 now.
I am seeing following issues with this version.
I am able to run test cases on Firefox.
Tool is opening Edge and IE browser also navigate to the site but after that nothing happens and Process stuck (stop) there only.
If you End the Run then no error is displayed.
I am also seeing that in all browsers except chrome if i stop run in between then tool just displayed stopping but it is not stopped after so long time too then i have to kill process through task manager.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Edge is really very very slow to navigate to the site , by the time it navigates to the Page the test gets failed.
Note:I have noticed if test complete is running on machine then if you manually also open edge it works very slow else it works fine.
