Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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
⇠Edge Developer Tools - Emulate Mobile Device
⇑⇑ Edge Web Browser Tutorials
2021-03-07, 1854👍, 0💬
Popular Posts:
What are TCD*.tmp Temporary Folders on my Windows 7 computer? Can I remove them? TCD*.tmp Temporary ...
What is causing the HTTP 403 (Forbidden) error when running PHP scripts with PHP CGI configuration? ...
Can I register my computer later? I don't want to register my computer during the initial Windows 7 ...
How to start sc.exe command to create, delete and manage Windows services? sc.exe is a command line ...
What is "WLAN AutoConfig" in my Windows 7 service list? And how is "WLAN AutoConfig" service related...