Skip to content

XPath, CSS, DOM and Selenium: The Rosetta Stone

This is really useful for translating between CSS, XPath and Selenium: XPath, CSS, DOM and Selenium: The Rosetta Stone.

 

 

Old CentOS netinstalls from the vault

Every now and then I need to replicate an existing environment – usually one of our CentOS ones. It happens just infrequently enough that I don’t remember the netinstall details off the top of my head.

  1. Grab the netinstall iso
  2. Use these details to install:
  • Server: vault.centos.org
  • Directory: 5.5/os/x86_64/

Apache: No space left on device: Couldn’t create accept lock | Racker Hacker

This one’s been a gotcha on a few support calls in the past: Apache complaining of no space left, but the filesystem is lovely and open? Apache has leaked and used all its semaphores!

Apache: No space left on device: Couldn’t create accept lock | Racker Hacker.

Writing selenium tests in Python

I’d prefer to write Selenium tests in Perl – well, no, actually i’d prefer to have the support team submit their own bug reports with SeleniumUI tests attached, but both SeleniumUI and the Perl selenium bindings are looking very neglected nowadays.

Here’s some great user-contributed documentation to writing Selenium tests in Python:
http://selenium-python.readthedocs.org/en/latest/index.html

Follow

Get every new post delivered to your Inbox.