Tag

Inspect

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Oct 22, 2024 · Cloud Native

How to Find the IP Address of a Docker Container

This guide explains how to quickly retrieve the IP address of a running Docker container using simple commands such as `docker ps`, `docker inspect`, and a formatted inspect query, with step‑by‑step instructions and example output for easy debugging and network configuration.

ContainerIP addressInspect
0 likes · 3 min read
How to Find the IP Address of a Docker Container
DevOps
DevOps
Sep 18, 2019 · Operations

Introduction to Microsoft UIAutomation and Practical Usage for UI Testing

This article introduces Microsoft UIAutomation, explains its architecture and AutomationElement model, compares UI element inspection tools (UISpy vs Inspect), demonstrates how to capture element properties with Inspect, and shows how to write C# automation scripts while highlighting common testing challenges.

AutomationElementInspectMicrosoft
0 likes · 7 min read
Introduction to Microsoft UIAutomation and Practical Usage for UI Testing