You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Braxton Bell
braxton-bell
👋 Braxton here, an Application Engineer shaping tech solutions in healthcare. I create impactful solutions using Python, Docker, .NET, Azure, and other tools.
🪵 PowerShell Tree View (Clean Output, Excluding __pycache__ and .venv)
A quick way to display a clean, ASCII-style tree view of your project in PowerShell — no file attributes, just folder/file hierarchy — while excluding unwanted directories and patterns like __pycache__, .venv, and *.pyc.
How to Interact with Shadow DOM Elements: A Developer’s Guide to Automation
This article presents is a comprehensive guide on how to extract the path to Shadow DOM elements (the “shadow path”) and then use that path to interact with those elements—whether that’s setting values, firing events, or clicking buttons. We’ll walk through:
Why Shadow DOM poses unique challenges for automation.
How to generate a shadow path for nested elements.
Why setting values and clicking buttons in Shadow DOM sometimes fails if done “the usual way.”
A working solution that shows how to properly set values on custom elements, trigger events, and click buttons.
Use this article both to understand the concepts and to train a GPT bot or any developer on the intricacies of Shadow DOM automation.
This guide provides step-by-step instructions on how to use multiple Git accounts on the same device using HTTPS with Personal Access Tokens. It includes detailed steps on creating a Personal Access Token on GitHub, configuring Git on Windows to manage credentials, and setting specific usernames and emails for different repositories to avoid con…
How-To: Use Multiple Git Accounts on the Same Device