Firefox 48 Broke Selenium - 2 Step Solution

Firefox 48 Broke Selenium - 2 Step Solution

This is getting annoying, every time Firefox makes another update it breaks my Selenium tests. I don't want to keep experiencing this, just when I need it to work. I have covered this before so I want a solution that will last. Here is what I did.

1. Quick google search for Install an older version of Firefox brings you to a page which, first advises against doing this but then, give you the link for the previous stable version executable. This is important because a more general search may find a Firefox Setup Stub 47.0.1 which will still upgrade to the current version (48.0.0) so it wont help. You need to download the executable, then close firefox and run it.

Firefox 47.0.1 (US English)

This overwrote version 48, so when I restarted it I had version 47.0.1 again. Then I reran my tests to make sure everything was working. YES it is!

2. To make sure I don't get another surprise, I changed the option to not automatically update versions when available. I know, I should have done that a long time ago. Tools > Options > Advanced > Update
I selected option: Check for updates, but let me choose whether to install them

I hope this is the last time I will have to post about this issue. I just figure if it is causing me a hassle it is probably an issue for someone else so I might as well save them the trouble of finding the solution.

Prior posts:

Firefox 47 Sink Your Selenium Scripts?

Update Firefox and Selenium

 

要查看或添加评论,请登录

Eric Thomson的更多文章

  • Semantic Locators

    Semantic Locators

    Back in 2016 I wrote a post titled User Observable Locator Controversy Which asked the question, is it better to use…

  • User Observable Locator Controversy

    User Observable Locator Controversy

    Generally test automators prefer to identify elements using the attribute: id, because it is unique on the page but…

    4 条评论
  • 3 Steps to Introduce Automation to Manual Testers

    3 Steps to Introduce Automation to Manual Testers

    The topic of test automation can be overwhelming, so how can you get started? Last Friday I attended the IIST Webinar:…

    2 条评论
  • Update Firefox and Selenium

    Update Firefox and Selenium

    The other day, my selenium tests quit working with Firefox 47 and I posted a big work-around (link). which required an…

  • Firefox 47 Sink Your Selenium Scripts?

    Firefox 47 Sink Your Selenium Scripts?

    I have a habit that before starting to write any new test automation scripts, I run one that I know was working…

    2 条评论
  • Modern Testing @ TCQAA

    Modern Testing @ TCQAA

    Last night, Andy Tinkham gave his first talk about this topic, after after attending a Reinventing Testers workshop…

  • 4 Hurdles to Clear for Test Automation

    4 Hurdles to Clear for Test Automation

    The fear of implementing test automation prevents many top notch QA teams from implementing an automation practice to…

  • Smart Testing Ideas

    Smart Testing Ideas

    On the way to work this morning I listened to an interview with Christin Wiedemann on TestTalks (for the second time)…

    1 条评论
  • Three Amigos Collaboration

    Three Amigos Collaboration

    I recently read Bob Galen’s post, The "3 Amigos" in Agile Teams. He explains that this term has been around since 2009,…

  • Awards and Recognition

    Awards and Recognition

    After a couple weeks of high stress and long hours I just finished testing a high profile project. At our team meeting,…

社区洞察

其他会员也浏览了