Bookmark - Google presentation on selenium
Sunday, September 24th, 2006Google presentation on selenium.
Google presentation on selenium.
I’m really happy with the Firefox extension tamper data. It’s logging all the HTTP calls of my browser and giving me an easy way to filter out the one’s I’m interested it. I’m using it to figure out which struts actions I’m hitting while I debug parts of a web app.
An alert reader just informed me that I was only feeding summaries in the RSS feed. Sorry about that. Full posts are now being fed.
I’m going to read this tonight.
Update: I read it. The point is that computers no longer come with an easy to use toy programming language that kids can use to pick up programming. Math text books are still printed with little BASIC programs. Kids should be able to go home and […]
Selenium expects to wait for a page load when you invoke and action like clicking the submit button of a form. It watches the browser to see if it is doing a page load and waits until the page load completes to continue the script.
The problem with an Ajax front end is that there is […]