Fixefox is launched but not able to navigate to any URL using testcomplete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixefox is launched but not able to navigate to any URL using testcomplete
Also, check for the patches in the link: https://support.smartbear.com/testcomplete/downloads/firefox-patches/
But, I don't see patch provided for the version which I am using.
Additional Info: Tried to record the script and the code is generated in the below format.
I am trying to give URL: https://smartbear.com/, but it's taking as blank.
function Test3()
{
Browsers.Item(btFirefox).Run("about:blank");
}
Any suggestions would be of great help!
Regards,
Nandini.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this not similar to the issue you posted here https://community.smartbear.com/t5/TestComplete-Questions/Facing-issue-while-launching-browser-using...?
You need to check your settings, see Configuring Your System
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the previous post, got solution only for edge browser not for Firefox. So created this ticket for firefox browser
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you do an internet search for "firefox --do-not-de-elevate", it will come up with results to show the correct parameter(s) to use. Same for Chrome.
Again, you need to check your system settings.
