
Course 40 - Web Scraping with Python | Episode 35: Locating Dynamic Elements with Selenium and Python
CyberCode Academy
- Published
- August 15, 2026
- Duration
- 20:22
- Summary source
- description
- Last updated
- Aug 19, 2026
Discusses courses.
Summary
This module is basically about the core skill in Selenium automation: reliably finding the right element on a page that keeps changing.š§© What ālocating elementsā really meansIn Selenium, everything you interact with is a web element, such as:buttonsinput fieldslinksimageshidden UI components used by JavaScriptModern web apps are often dynamic, meaning:IDā¦
Intelligent Report
Sign in to read teasers, or upgrade to Research Pro to commission intelligent report for this episode. Learn more ā
Show notes
This module is basically about the core skill in Selenium automation: reliably finding the right element on a page that keeps changing.š§© What ālocating elementsā really meansIn Selenium, everything you interact with is a web element, such as:buttonsinput fieldslinksimageshidden UI components used by JavaScriptModern web apps are often dynamic, meaning:IDs change on every refreshclasses are generated randomlyelements appear/disappear after AJAX callsSo the real challenge is not clicking elements
Themes
- courses