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, ∼3474🔥, 0💬
Popular Posts:
What is the startup program "CyberLink MediaLibray Service - CLMLSvc_P2G8.exe" on my Windows 8 compu...
What files are stored in the "C:\Users\<userid >\AppData\Roaming "folder? Can I delete ...
I have a field in a MS Access form that is a foreign key pointing to another table. Can I use a comb...
What is "Superfetch" in my Windows XP service list? And how is "Superfetch" service related to SysMa...
What is "SMS Agent Host" in my Windows 7 service list? And how is "SMS Agent Host" service related t...