Elements
Everything on SkillVeris tagged Elements — collected across the glossary, study notes, blog, and cheat sheets.
12 resources across 2 libraries
Study Notes(11)
Elements and Attributes in XAML
How XAML elements map to classes, attributes map to properties via type converters, and how attached properties and events fit into the same syntax.
XAML Syntax Basics
A practical walkthrough of core XAML syntax: object elements, property elements, content properties, and markup extensions.
XAML Basics in WPF
The fundamentals of XAML syntax in WPF — elements, attributes, layout panels, markup extensions, and attached properties.
Grouping with GroupBy
Learn how LINQ's GroupBy operator clusters elements by a key into IGrouping sequences, including result selectors, composite keys, and how it differs from SQL'…
BeanShell and JSR223 Scripting
Learn how JMeter's scripting elements let you inject custom Java-like or Groovy logic into a test plan, and why JSR223 with Groovy has replaced BeanShell as th…
Finding Elements: findElement vs findElements
How Selenium locates elements in the DOM, the difference between findElement and findElements, and how to choose the right locator strategy.
JavaScriptExecutor for Tricky Elements
Learn how JavascriptExecutor lets Selenium run arbitrary JavaScript to work around interactability limitations, and when relying on it can mask real bugs.
Interacting with Elements (type, click, check)
Cover Cypress's core interaction commands — type(), click(), check(), select() — and the actionability checks Cypress performs before firing each one.
Selecting Elements with cy.get()
Learn how Cypress's cy.get() command queries the DOM using CSS selectors, and how to choose selectors that are stable, readable, and resistant to markup change…
HTML5 New Elements
Explore the structural and media elements introduced in HTML5 and how they replace older markup patterns.
Pseudo-Classes and Pseudo-Elements
Learn the difference between CSS pseudo-classes and pseudo-elements and how to use them to style states and generated content.