django-planet
Jan. 26, 2023

The Road Less Traveled: Understanding XPaths

published by James Walters
in blog james.walters.click
original entry The Road Less Traveled: Understanding XPaths

The other day I started writing a web automation tool to do some chores for me at work. This was my first time using Selenium, a handy dandy library for driving web browsers in code.

When it comes to getting a hold of elements in the page you want to …