Open Edge browser and right click - Some web application able to Inspect Element option. But some of the web application not able to see Inpect Element option. How to Solve this issue? I need inspect element option. Also getting message DevTool was disconnected from the page.
Not able to see "Inspect Element" option on Edge browser for Some website
1.8k Views Asked by Vijay W At
1
There are 1 best solutions below
Related Questions in MICROSOFT-EDGE
- couldn't sign in visual studio code
- Could not start a new session. Response code 500
- C# --headless print-to-pdf with Microsoft edge(chromium) won't work using ProcessStartInfo
- Building a web application for microsoft edge sidebar
- How to access Microsoft Edge browser and login into website via VBA
- Testcases failing in azure pipeline giving error edge driver exception
- Have values for edge driver changed
- DevTools not evaluating `$0` eagerly
- Native Messaging "Specified native messaging host not found" debugging
- @angular/cdk drag and drop dropzone likes to be outside of the original position when dropping in chrome browser but works fine in edge
- Start MS-Edge from command with save-as enabled
- img tag not loading dynamic image url in different browser except chrome
- How to restore the Microsoft extension user data to another pc?
- chrome.downloads.download on MS Edge: windows update this week added a bug. Work-around?
- Several issues with scroll snap in HTML/CSS
Related Questions in DEVTOOLS
- Chrome/Firefox plug-in for automatically opening the dev tools and executing code in the console
- Devtools not working when i try to inspect elements for selenium python it goes to previous page
- I'm writing a browser extension I need to create windows with which the user can interact for extension work. what should I use?
- Why do most R package installations result in a 'non-zero exit status' error?
- Chrome DevTools font has been changed to Monospace after update
- Issue with AJAX Request Preview in Chrome DevTools Version 123.0.6312.59
- browsers don't display authorization header in devtools
- Difference between service and protocol in webdriverio
- I get "DevTools was disconnected from the page" error when connecting Arduino to the computer and switching between tabs
- Selenium error: java.awt.AWTException: headless environment
- Getting "'Emulation.setCPUThrottlingRate' wasn't found" error on Mac and Windows os when trying to set this in the Protocol Monitor tab in chrome
- compiler.automake.allow.when.app.running not found
- R devtools::build_vignettes() - can generate both html and pdf files?
- Trouble defining functions as outputs of other "factory functions" within an R package
- How to get variable from browser context in Selenium and stop breakpoint after getting it?
Related Questions in INSPECT-ELEMENT
- How to get direct link of HD Netflix banners/posters/thumbnails
- An Auto Click for a webpage tab that I will not intrude on my cursor used for other tabs
- Retrieve all generated HTML with JavaScript in MS Teams (browser)
- Change responsive webpages into fixed width webpages using inspect element
- saving a website canvas as a larger image
- Chrome cannot show which data is used and which data in unused in a css or js file
- download video from right click disabled website on Xvast Browser
- How can I reset an Inspect Element tab position in Google Chrome?
- How to download google lens responses image with white effect on OCR texts?
- run javascript in already open tab through the inspect element console using python?
- Console log in inspect element
- How can I save the code in chrome console tab?
- Why can't I grab an element on a webpage with selenium in python? Tried by id, xpath, full xpath
- Restrict user to change class o_invisible_modifier from developer tools Odoo11
- Is it possible to use inspect element to find when a account is created?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

Most probably it was caused by the fact that the site was loaded with IE mode.
What helped me was a workaround but DevTools was working for that pages.
In Windows, open the Run dialog. For example, press the Windows logo key + R or right click on the Start menu and select "Run"
Put there the following command while you have opened Edge with the desired site.
%systemroot%\system32\f12\IEChooser.exe
It will open new windows where you can select which page you want to open with Developers tools and it works also for IE mode pages.
Source: https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/ie-mode/