Firefox 55 and Selenium IDE
11–20 of 132 posts
Re: Firefox 55 and Selenium IDE
#12Re: Firefox 55 and Selenium IDE
#13Of course, Selenium (WebDriver) still works. However, this might be the push for people to investigate other test frameworks. I found TestCafe by DevExpress ( https://devexpress.github.io/testcafe/ ) is a great tool and is also completely open source (MIT!). It's a shame that the community is so small because it's so powerful. Maybe this might be the push that moves some more people over?
Re: Firefox 55 and Selenium IDE
#14This is what is going to happen to most extensions. Mozilla is bonkers, doing this. They're going to regret it.
Re: Firefox 55 and Selenium IDE
#15I'd be curious to see what the usage stats on the IDE are; my company (Mozilla, ironically) uses Selenium a ton, but as far as I know we write all of our tests by hand instead of with the IDE since it allows you to use patterns like Page objects to make your tests more maintainable in the long run. Although the last time I used the IDE was years ago, so it may be more flexible than it used to be. Does anyone extensiv…
Also some people from QA, without coding skills, would use it.
Re: Firefox 55 and Selenium IDE
#16Wow, that's really sad to hear! I wonder if, instead of abandoning the project, they could put together a patron sponsorship to fund further development? I'm sure there are plenty of companies out there that rely on firefox and selenium and would be more than happy to help contribute?
Apparently they are not.
Re: Firefox 55 and Selenium IDE
#17This is what is going to happen to most extensions. Mozilla is bonkers, doing this. They're going to regret it.
If people value the old extension system that much, then it will live on in one of the FF forks. Regardless Firefox will finally get faster, more responsive, more secure, AND still have a better extension API than Blink/WebKit.
Re: Firefox 55 and Selenium IDE
#18Of course, Selenium (WebDriver) still works. However, this might be the push for people to investigate other test frameworks. I found TestCafe by DevExpress ( https://devexpress.github.io/testcafe/ ) is a great tool and is also completely open source (MIT!). It's a shame that the community is so small because it's so powerful. Maybe this might be the push that moves some more people over?
Re: Firefox 55 and Selenium IDE
#19GUI tests suites, especially those created with recorders, are prone to become unmaintainable beasts full of flaky tests.
This old interview with Bret Pettichord makes good points about the use of recorders: https://youtu.be/s_CUPs6xAWw?t=590
Re: Firefox 55 and Selenium IDE
#20This isn't sustainable.