Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 999 Bytes

File metadata and controls

21 lines (16 loc) · 999 Bytes
ms.assetid description title author ms.author ms.date ms.topic ms.prod keywords
f6a6da32-729a-4801-af2c-270aeb54edd7
See guides for testing and debugging tools and API for Microsoft Edge.
Dev guide - Tools
erikadoyle
edoyle
02/08/2017
article
microsoft-edge
edge, web development, html, css, javascript, developer

Tools for testing and debugging

Console Logging API

The Console Logging API provides objects, methods, and properties that let you communicate from your app to the F12 developer tools console. The Microsoft Edge Console Logging API is similar to that of other major browsers, making it easy to test and debug your site for cross-browser compatibility.

Web Driver

The WebDriver API is a platform and language-neutral interface and wire protocol allowing programs or scripts to control the behavior of a web browser. Here’s how to get started with WebDriver for Microsoft Edge.