Finding Cousins: A deep dive into a narrow slice of XPath Posted on 2018/10/222018/10/22 by Rebecca A little XPath for picking out DOM elements, exploring the contains function, ancestor axis, and various ways to filter and walk up and down the tree.
Smartening up the Terminal Posted on 2018/06/182018/06/13 by Rebecca A short post about customizing the OS X Terminal command prompt and color scheme.
Some Useful Unix, part 2 Posted on 2018/05/212018/06/11 by Rebecca A second post on the command line: alias and command repetition, jobs and processes, foreground and background, and a little fun.
Some Useful Unix, part 1 Posted on 2018/04/302018/05/01 by Rebecca A little bit of command line can take you a long way. This post covers man pages, configuration files, $PATH, and related topics.
ConFoo! Posted on 2018/04/092018/03/29 by Rebecca A few notes from ConFoo Montreal 2018, which I had the great good fortune to attend.
Separating concerns with the Page Object Model Posted on 2018/03/262018/03/24 by Rebecca The process of revamping a simple WebdriverIO test to disentangle test logic and page interaction logic.