Tag

CSS Selectors

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Feb 16, 2025 · Frontend Development

Playwright Element Locating Strategies and Best Practices for UI Automation Testing

This article explains how to locate web elements in Playwright using CSS selectors, XPath, text and attribute-based strategies, and demonstrates dynamic waiting techniques and handling of dynamically changing or obscured elements for reliable UI automation testing.

CSS SelectorsElement LocatingPlaywright
0 likes · 5 min read
Playwright Element Locating Strategies and Best Practices for UI Automation Testing
ByteFE
ByteFE
Feb 24, 2021 · Frontend Development

A Practical Guide to Creating SVG Animations with GSAP and TimelineMax

This tutorial demonstrates how to easily create dynamic SVG animations by leveraging the GreenSock Animation Platform (GSAP), specifically focusing on TimelineMax and staggerFrom methods to manipulate DOM elements, apply easing functions, and sequence complex visual effects with minimal code.

CSS SelectorsDOM ManipulationGSAP
0 likes · 7 min read
A Practical Guide to Creating SVG Animations with GSAP and TimelineMax
Practical DevOps Architecture
Practical DevOps Architecture
Nov 16, 2020 · Frontend Development

Introduction to JavaScript: Basics, Inclusion Methods, Selectors, Events, and DOM Manipulation

This article introduces JavaScript fundamentals, explains three ways to include scripts, demonstrates simple click events, shows how to use selectors, outlines event handling, and covers DOM manipulation techniques such as modifying content, styles, and classes, including retrieving computed styles.

CSS SelectorsDOMJavaScript
0 likes · 5 min read
Introduction to JavaScript: Basics, Inclusion Methods, Selectors, Events, and DOM Manipulation