From 28feb9f642ed95cca43df3c6cb4652b9a4941780 Mon Sep 17 00:00:00 2001 From: Daulet Abishev <88084186+Dauka03@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:03:50 +0600 Subject: [PATCH] add content browser devtools (#2514) --- .../100-basic-introduction/browser-devtools.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/browser-devtools.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/browser-devtools.md index 58b0f7e7b..11f598a16 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/browser-devtools.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/browser-devtools.md @@ -1 +1,7 @@ -# Browser devtools \ No newline at end of file +# Browser devtools + +Every modern web browser includes a powerful suite of developer tools. These tools do a range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and how long they took to load. This article explains how to use the basic functions of your browser's devtools. + +Free Content +What are browser developer tools? +Browser Developer Tools