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, ∼3817🔥, 0💬
Popular Posts:
How to remove reader_sl.exe from the startup application list to gain performance and reduce securit...
What is "SMS Task Sequence Agent" in my Windows 7 service list? And how is "SMS Task Sequence Agent"...
Can I disable Windows service "Remote Procedure Call (RPC)" to speedup my computer? Windows service ...
What is the startup program "IDT PC Audio - sttray64.exe" on my Windows 8 computer? Can I remove it ...
What is HelpHost.exe - Microsoft Help Center Hosting Server? HelpHost.exe is the executable binary f...