It seems, from what I read, that we will not have a JSSH for Firefox 4, and therefore no FireWatir. I have several scripts that run well on FireWatir, and of course I would like to update my Firefox to v4. I would hate to rewrite all my scripts in a different system, since it would take a lot of efforts. I don't like the idea to switch to IE; the main reason is that I can set Firefox to save all files to a specific directory, while I cannot do the same with IE. What is the solution to get all my FireWatir scripts to run with the minimum effort with Firefox 4?
Alternatives to FireWatir working with Firefox 4 or higher
3k Views Asked by carlo.borreo At
2
There are 2 best solutions below
0

For users that need's to use JSSH in newer versions, you can download it from: http://abstracta.com.uy/en/descargas-2.html
this version is implemented over MozRepl but simulates exactly JSSH Console Source is over Assembla at https://subversion.assembla.com/svn/mozrepl-jssh
Related Questions in FIREFOX
- Breeze Sharp i could not add my details to database.Its throwing FetchMetadata or by explicitly updating the KeyProperties
- BreezeSharp entity properties binding with Xamarin Forms Entry
- Angular and Breeze edit Date object
- Breeze Sharp - Expand not working with lambda expression
- Breeze Loading metadata or entity type on demand
- Breeze Sharp - does it support a navigation property that is a TBH descendant of the parent entity type being queried?
- Breeze.Sharp - Need ability to specify UseDefaultCredentials in DataService's HttpClient construction
- Entity Framework Validation errors not being handled correctly by breeze.sharp client
- DevForce supporting Xamarin?
- Is Entities on Client side anti-pattern?
Related Questions in WATIR
- Breeze Sharp i could not add my details to database.Its throwing FetchMetadata or by explicitly updating the KeyProperties
- BreezeSharp entity properties binding with Xamarin Forms Entry
- Angular and Breeze edit Date object
- Breeze Sharp - Expand not working with lambda expression
- Breeze Loading metadata or entity type on demand
- Breeze Sharp - does it support a navigation property that is a TBH descendant of the parent entity type being queried?
- Breeze.Sharp - Need ability to specify UseDefaultCredentials in DataService's HttpClient construction
- Entity Framework Validation errors not being handled correctly by breeze.sharp client
- DevForce supporting Xamarin?
- Is Entities on Client side anti-pattern?
Related Questions in FIREWATIR
- Breeze Sharp i could not add my details to database.Its throwing FetchMetadata or by explicitly updating the KeyProperties
- BreezeSharp entity properties binding with Xamarin Forms Entry
- Angular and Breeze edit Date object
- Breeze Sharp - Expand not working with lambda expression
- Breeze Loading metadata or entity type on demand
- Breeze Sharp - does it support a navigation property that is a TBH descendant of the parent entity type being queried?
- Breeze.Sharp - Need ability to specify UseDefaultCredentials in DataService's HttpClient construction
- Entity Framework Validation errors not being handled correctly by breeze.sharp client
- DevForce supporting Xamarin?
- Is Entities on Client side anti-pattern?
Related Questions in FIREFOX4
- Breeze Sharp i could not add my details to database.Its throwing FetchMetadata or by explicitly updating the KeyProperties
- BreezeSharp entity properties binding with Xamarin Forms Entry
- Angular and Breeze edit Date object
- Breeze Sharp - Expand not working with lambda expression
- Breeze Loading metadata or entity type on demand
- Breeze Sharp - does it support a navigation property that is a TBH descendant of the parent entity type being queried?
- Breeze.Sharp - Need ability to specify UseDefaultCredentials in DataService's HttpClient construction
- Entity Framework Validation errors not being handled correctly by breeze.sharp client
- DevForce supporting Xamarin?
- Is Entities on Client side anti-pattern?
Related Questions in JSSH
- Breeze Sharp i could not add my details to database.Its throwing FetchMetadata or by explicitly updating the KeyProperties
- BreezeSharp entity properties binding with Xamarin Forms Entry
- Angular and Breeze edit Date object
- Breeze Sharp - Expand not working with lambda expression
- Breeze Loading metadata or entity type on demand
- Breeze Sharp - does it support a navigation property that is a TBH descendant of the parent entity type being queried?
- Breeze.Sharp - Need ability to specify UseDefaultCredentials in DataService's HttpClient construction
- Entity Framework Validation errors not being handled correctly by breeze.sharp client
- DevForce supporting Xamarin?
- Is Entities on Client side anti-pattern?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Use watir-webdriver gem, it drives Firefox.
https://github.com/jarib/watir-webdriver (github)
https://rubygems.org/gems/watir-webdriver (rubygems)
https://github.com/zeljkofilipin/watirbook/downloads (installation)