Can't get my .html files to save in chrome - save

When I click the "save as" button on Notepad and save it, it has the Edge icon instead of the Chrome one on the file icon and opens in Edge instead of ChromeImage:

Probably your default browser is Edge.
Set your default browser to Chrome.
https://support.google.com/chrome/answer/95417?co=GENIE.Platform%3DDesktop&hl=en

As already informed by the other community member that on your machine, MS Edge legacy browser is set as a default browser.
That's why it is showing the Edge browser logo on the HTML file.
If you want to change your default browser then you can try to refer to the steps below.
Open Settings on your Windows 10 OS.
Click on Apps.
Click on the Default apps option from the left sidebar.
On the right side of the settings window, you can see the web browser option.
click on the browser will show you the list of the installed browsers on your machine. You can click on the desired browser to make it your default browser.
If you don't want to change the default browser then you can try to use the Open with option to open the HTML file with any other browser.
Select the HTML file.
Right-click on HTML file.
Hover the mouse pointer on Open with option. It will show you the list of the installed browsers.
You can click on the desired browser to open the file with that browser.

Related

IE add on Edge IE mode

I have enabled Enterprise mode and redirected all the intranet site to open on IE.
Problem is that I have IE add-ons which only open in IE is not opening in Edge IE mode. When I am trying to open the internal page it's given me jar file extension and asking me to choose the application through which I can open the jar file. In IE I am not facing the issue.
Is there any settings I need to do for IE ADD-on to open in IE mode

QAF Reports are not populated in dashboard.htm

Got the latest code here: https://github.com/infostretch/qaf-report.
Extracted dashboard directory & dashboard.htm to the project root directory.
Ran QAF tests.
Opened dashboard.htm during test run & also after test run.
Tried to open dashboard.htm in Google Chrome, Firefox & Safari after giving permissions to access local files. But Dashboard.htm did not load anything. A spinning icon is displayed continously even after several minutes.
Am I missing anything here?
If you are accessing reports locally as file protocol, browser may have restriction to access local files. In such case follow the steps to allow local file access from file for the browser you are using.
Firefox:
go to about:config
set security.fileuri.strict_origin_policy:false.
Safari:
Click on the Develop menu in the menu bar.
Select Disable Local File Restrictions.
If develop menu is not available, Click on the Edit > Preferences > Advanced tab. Check "Show Develop menu in the menu bar.
chrome:
Close down your Chrome browser (make sure you close all instances if you have multiple windows open)
Go to Run and type the following command: chrome.exe --allow-file-access-from-file.
Hit enter.
Reference from local-report-access
I just want to give more clarity by making little corrections to the existing steps mentioned here:
https://github.com/infostretch/qaf-report#local-report-access
When you are opening report "dashboard.htm" from local file system, your browser may have local file access restrictions.
In that case, you can do following setings:
Firefox:
Enter "about:config" in the browser url field & click on the button "Accept the Risk & Continue".
In the "search preference name" field, enter "security.fileuri.strict_origin_policy" & click Enter & click on the toggle button towards the right to set it FALSE.
Safari:
Click on the Develop menu in the menu bar.
Select Disable Local File Restrictions.
If develop menu is not available,
1. Click on the Safari > Preferences > Advanced tab(in MAC, Safari > Preferences > Advanced tab).
2. Check "Show Develop menu in the menu bar.
Chrome:
In Windows PC:
Close down your Chrome browser (make sure you close all instances if you have multiple windows open)
Go to Run and type the following command: chrome.exe --allow-file-access-from-file.
In MAC
Open your terminal anywhere, make sure Google Chrome is currently not running, copy paste this line and hit enter:
open /Applications/Google\ Chrome.app --args --allow-file-access-from-files

Google Chrome doesn't open on click "View in Browser"

Using Visual Studio 2019 for ASP.Net application, when I right click and choose "View in Browser (Chrome Browser)" it doesn't open or no response whereas when I change and set default as internet explore "View In Browser (Internet Explorer)" it work fine. Anyone know how to fix this?
drop down
click the drop down in the run and debug button and make sure chrome is selected,
Hope this helped

Developer tools in windows edge browse localstorage

I'm trying to use the new windows Edge browser for my web development.But just can't find any way to browse localstorage, cookies etc. inside the developer tools. How do I view them?
Best regards
They are here: Debugger tab -> Folder icon on the left, under the "play" icon.
you can check localStorage object in the Console
Open F12 Developer Tools (press F12)
Go to Console tab
type localStorage in the input and click run/press enter. check the screenshot

Disable the "Not available for your platform" on the addons.mozilla.org

Does anybody know how to disable this message and also to disable gray "Download" buttons?
I wanted to download some addons for Android platform from my desktop PC. When I load an addon page in Firefox it doesn't allow me to "Save Link As..." and the button is gray.
I can only do it if I rightclick the button fast, before the site checks the platform and disables the link.
Random example:
https://addons.mozilla.org/en-US/firefox/addon/slimsearch/
I am using Firefox and above is for Android and the button is grey and it says: Not available for your platform
Here are a few options:
Right-click on the button, "Save Link As...", then save it to your computer
Right-click on the button, "Copy Link Location" and then paste it in any download manger (or another browser) to download.
If you have FlashGot installed and have a download manger, ALT + clicking the button will send the link to your download manager.
Update based on the added info:
Example: https://addons.mozilla.org/en-US/android/addon/close-all-tabs-mobile/
Run the following script in Scratchpad
document.querySelector('div.install-wrapper a').classList.remove('concealed');
An easier method is to create a bookmark to run the script (I often do that and use Bookmarks toolbar for it)
javascript:void(document.querySelector('div.install-wrapper a').classList.remove('concealed'))

Resources