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, ∼3704🔥, 0💬
Popular Posts:
How to install FireFTP? FireFTP is a Mozilla FireFox 2 add-on that provides FTP client functions on ...
Can I remove startup application "YahooMessenger.exe - Yahoo Instant Messenger" to speedup my comput...
A new tab called "Services" is added in "Task Manager" on Windows Vista and Windows 7. What is this ...
What is msdxm.ocx - Windows Media Player 2 ActiveX Control? msdxm.ocx is installed as an ActiveX Con...
What is "Superfetch" in my Windows XP service list? And how is "Superfetch" service related to SysMa...