Firefox 55 and Selenium IDE
seleniumhq.wordpress.com
Firefox 55 and Selenium IDE
1–10 of 132 posts
Re: Firefox 55 and Selenium IDE
#2I 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?
Re: Firefox 55 and Selenium IDE
#3Re: Firefox 55 and Selenium IDE
#4Does anyone extensively use the IDE?
Re: Firefox 55 and Selenium IDE
#5Re: Firefox 55 and Selenium IDE
#6I wonder if there's anyone here from SauceLabs or or any other company that does browser automation as a service -- was this easy to see coming? Is everything pants-on-fire there at the moment?
Re: Firefox 55 and Selenium IDE
#7Re: Firefox 55 and Selenium IDE
#8I know about Robot Framework, which does not record and replay but instead uses an AppleScript type english-flavoured DSL. But still seems quicker than scripting Selenium.
Re: Firefox 55 and Selenium IDE
#9I'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…
Re: Firefox 55 and Selenium IDE
#10Selenium IDE saved us hundreds or thousands of hours.
For example, my team took an existing web app with no tests, and had the project manager and junior business analysis go through the entire app with the Selenium IDE, writing tests.
This enabled our dev team to start coding fast, and refactoring fast.
In parallel our QA team then took those tests and used them as first-drafts to create even better tests that were generic, maintainable, randomizable, and so forth.