-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Selenium
FlynnID 0.3
I’ve just released an update to FlynnID. The primary change is that I’ve reintroduced the command line arguments, meaning a single node can be registered without the need for a configuration file. I’ve also hopefully learned my lesson, and in … Continue reading
Posted in Automation, Mozilla, QMO, Selenium
Tagged flynnid, selenium, selenium grid, webdriver
Leave a comment
Mozilla drops usage of Selenium RC
I thought this was important enough to share in a short blog post… Just 10 months ago, Mozilla started to migrate their Selenium projects from the Selenium RC API to the WebDriver API. I’m thrilled to say that this is … Continue reading
Posted in Automation, Mozilla, Selenium
Tagged mozilla, qa, selenium, selenium grid, selenium rc, webdriver
4 Comments
BIDPOM drops support for Selenium RC
As all of the active Mozilla Web QA automation projects are now using WebDriver, there is no longer a need for BIDPOM (Browser ID Page Object Model) to support Selenium RC. I considered keeping this support purely for the community, … Continue reading
Posted in Automation, Mozilla, QMO, Selenium
Tagged bidpom, browser id, persona, selenium, selenium rc, webdriver
1 Comment
FlynnID 0.2
In Tron, Flynn’s identity disc is the master key to getting onto the Grid. In the far less exciting real world, FlynnID is the key to registering a Selenium node to Selenium Grid. Yesterday I released FlynnID 0.2, which changes … Continue reading
Posted in Automation, Mozilla, QMO, Selenium
Tagged flynnid, selenium, selenium grid, webdriver
2 Comments
Announcing pytest-mozwebqa 1.0
Finally I can announce that I have released version 1.0 of the pytest plugin used by Mozilla’s Web QA team! It’s been in use for several months now, but I’ve paid off some long standing technical debt, and now consider … Continue reading
Posted in Automation, Mozilla, QMO, Selenium
Tagged automation, plugin, pytest, pytest-mozwebqa, sauce labs, selenium
5 Comments
Automating BrowserID with Selenium
BrowserID is an awesome new approach to handling online identity. If you haven’t heard of it then I highly recommend reading this article, which explains what it is and how it works. Several Mozilla projects have already integrated with BrowserID, … Continue reading
Posted in Mozilla, Selenium
Tagged browserid, git, mozilla, selenium, selenium rc, submodule, webdriver
3 Comments
Hooking Android up to the (Selenium) Grid
When I set myself a Q4 goal of getting a small suite of Mozilla’s WebQA tests running on Android I didn’t think it would be much work. The AndroidDriver has been around for some time, and from what I understood … Continue reading
Posted in Mozilla, QMO, Selenium
15 Comments
Adding Mozmill tests to the Selenium IDE build system
Back in April I blogged about the Mozmill tests I’d written to test Selenium IDE. I followed up in June with a blog post covering how to run these tests. The natural progression is to add these tests into the … Continue reading
Running the Selenium IDE Mozmill tests
A short while ago I posted about the Mozmill tests I’ve created for Selenium IDE, however I didn’t cover how you can run these tests yourself. Currently I run these manually as needed to ensure that the nightly Firefox builds … Continue reading
Testing Selenium IDE with Mozmill
Mozmill tests can be written for any Gecko based application, and can therefore be used to test Firefox extensions (add-ons). Since October I have been working on a new suite of tests for the Selenium IDE extension in the hope … Continue reading