Collections:
Other Resources:
Edge Developer Tools - Run JavaScript Code
How to run JavaScript Code with Edge Developer Tools?
✍: FYIcenter.com
If you want to run some JavaScript code to interact with the Edge browser,
you can use Edge Developer Tools to do so as shown in this tutorial.
1. Run Edge and go to https://facebook.com.
2. Press F12 key or click "... > Developer Tools". You see the Developer Tools screen displayed.
3. Click "Console" tab. You see the browser console displayed.
4. Enter the following JavaScript code. You see a dialog box displayed.
var title = document.getElementsByTagName("title").item(0).textContent;
alert(title);
⇒ Edge Developer Tools - Debug JavaScript Code
2021-03-07, ∼3439🔥, 0💬
Popular Posts:
What is the startup program "Windows Security notification icon - SecurityHealthSystray.ex e"on my W...
What is "WMI Performance Adapter" in my Windows 7 service list? And how is "WMI Performance Adapter"...
Why I am getting this "Microsoft Silverlight Update" pop up window? If you have Silverlight 2.0 inst...
What is "SSDP Discovery" in my Windows 7 service list? And how is "SSDP Discovery" service related t...
Where to find tutorials as Introduction to Internet Explorer (IE). Here is a list of tutorials to an...