Below is my current favorite method to wait for an element to appear or become useful on a dynamic web page. In this case, my example is avoiding the exception thrown when webdriver fails to find an element by using the ‘find_elements'(plural) method rather than a ‘find_element'(singular) The …
read morePython ErrorList object for use in Webdriver Testing
Here’s a bit of code from a post that was lost when my old site went down, data and all. I don’t recall if the original post was this python version or my original Java version (sorry if that’s what you’re here for, ask in comments …
read moreA Couple Personal Projects: NerdlyNews and PageLoadStats
I have worked on several web based projects. I recently created NerdlyNews, which uses Bayesian logic to grab interesting news from sites that I really like. I’m using a wordpress front-end for that one, and the JetPack extension so I can have the output of the Bayesian algorithm posted …
read moreCombining Two iTunes Libraries, No Duplicates Wanted.
I needed to merge my wifes iTunes Library with mine, and decided to write a python script to handle it for me. My main requirement was to not create duplicates, and copy to my library only the music that was exclusive to her library. Basically, copy from hers what I …
read moreA Bit of Modular Web Design in Django
I found myself creating a web page intended to display a set of data objects, each object similar in format. A pretty common need. The simple thing to do would be to simply iterate over the list of data in the django template, for example:
read more{% for o in some_list %} <div …
Software QA: Jenkins + Jenkins Slave Nodes + Selenium 2 + Browsermob Proxy
read moreI’ve just finished a new test setup that allows me to capture network traffic in a test suite that is launched by Jenkins onto a Selenium 2 Grid. It was as painful as it sounds, but just as satisfying to complete. One of the big hurdles was the need …
Naive Bayesian Probability is very cool…add bi-grams for extra coolness.
I’ve written a Django web-app that I’m still tinkering with. I have it slowly gathering information from multiple sources and classifying each piece (corpus) for me. I’m really happy with the progress. NLTK made implementation pretty straight forward, though there was a definite learning curve for me …
read moreMy New Site
Sadly, for me at least, the data for my site was lost. Multiple copies, all useless bits. So I’ve set up a new WordPress site. Never again will I try Drupal, thank you very much. It was too complicated, required maintenance, and seems to have eaten my data. That …
read moreabout_me
I am Robert Arles, a developer and problem solver.
I am a senior test developer. My development and systems operations experience is fairly broad. I am the author of Betwittered (now long defunct due to Twitters shift away from it’s developer community). I’ve done development in Python, Java …
read more