diff options
Diffstat (limited to 'files/ar/tools/web_console/index.html')
-rw-r--r-- | files/ar/tools/web_console/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/ar/tools/web_console/index.html b/files/ar/tools/web_console/index.html new file mode 100644 index 0000000000..f209646681 --- /dev/null +++ b/files/ar/tools/web_console/index.html @@ -0,0 +1,45 @@ +--- +title: Web Console +slug: Tools/Web_Console +tags: + - أدوات + - الأمان + - التصحيح + - التنقيح + - تطوير الويب + - 'تطوير الويب: أدوات' + - وحدة تحكم الويب +translation_of: Tools/Web_Console +--- +<p><strong>وحدة تحكم الويب:</strong></p> + +<ol> + <li>تسجل المعلومات المرتبطة بصفحة الويب: طلبات الشبكة، جافا سكريبت، CSS, أخطاء الأمان و التحذيرات باﻹضافة إلى اﻷخطاء، التحذير والرسائل الإعلامية التي يتم تسجيلها بشكل صريح من خلال شفرة جافا سكريبت التي تعمل في سياق الصفحة</li> + <li>تمكّنك من التفاعل مع صفحة الويب عن طريق تنفيذ تعبيرات جافا سكريبت في سياق الصفحة</li> +</ol> + +<p>{{EmbedYouTube("C6Cyrpkb25k")}}</p> + +<div class="column-container"> +<div class="column-half"> +<dl> + <dt><a href="/en-US/docs/Tools/Web_Console/Opening_the_Web_Console">فتح وحدة تحكم الويب</a></dt> + <dd>كيف تبدأ إستعمال وحدة تحكم الويب.</dd> + <dt><a href="/en-US/docs/Tools/Web_Console/The_command_line_interpreter">مفسّر سطر الأوامر</a></dt> + <dd>كيف تتفاعل مع مستند بإستعمال وحدة التحكم.</dd> + <dt><a href="/en-US/docs/Tools/Web_Console/Split_console">وحدة التحكم</a></dt> + <dd>إستخدم وحدة التحكم بجانب الأدوات الأخرى.</dd> +</dl> +</div> + +<div class="column-half"> +<dl> + <dt><a href="/en-US/docs/Tools/Web_Console/Console_messages">رسائل وحدة التحكم </a></dt> + <dd>تفاصيل الرسائل التي تسجلها وحدة التحكم.</dd> + <dt><a href="/en-US/docs/Tools/Web_Console/Rich_output">خرج غني</a></dt> + <dd>شاهد و تفاعل مع الكائنات التي تسجلها وحدة التحكم.</dd> + <dt><a href="/en-US/docs/Tools/Web_Console/Keyboard_shortcuts">إختصارات لوحة المفاتيح</a></dt> + <dd>مرجع اﻹختصار.</dd> +</dl> +</div> +</div> |