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
3.1k views Asked by carlo.borreo At
2
There are 2 answers
0
Colorator
On
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
- Firefox 37 throwing error when trying to add microphone volume control for WebRTC audio context
- Polymer 1.0 on Firefox, Safari /deep/ selector not working
- Firefox Windows / Linux inconstancies
- Firefox SDK Add-on - How to start
- PlayN and Firefox issues
- Copy to clipboard from Firefox add-on content script
- SVG data image not working as a background-image in a pseudo element
- Selenium Firefox webdriver does not adopt profile
- how can i use require(""); in javascript
- Skewed border won't display properly in FiFO on MacOs
Related Questions in WATIR
- b.javascript_dialog().exists? is not working for me in WATIR 4.0.2
- Cucumber Scenario Outline slow on iterating after a browser.close through Watir
- Automated Testing (Watir): Retrieving data and implementing into your test?
- In watir, is there a way to capture the text matched by .present?
- Trying to select radio button with Watir
- How to locate element inside css footer
- Use watir web driver to click download icon
- Login button works with firefox but not with phantomjs
- Launch Watir/Selenium Chrome driver binary from an arbitrary location
- How to set file for a silverlight upload button
Related Questions in FIREWATIR
- FireWatir TextField set : Very Slow
- Watir with AutoIT tutorial?
- Watir can't locate frame which houses an element in Firefox but works fine in IE
- How to hold down the control key in watir webdriver
- Error while running watir webdriver script for Chrome
- Error while creating and instance of IE
- Watir: How to access a table without an ID or NAME
- WATIR/ FireWATIR URL consistency?
- Firewatir: Error when installing Firewatir on Windows
- How to use watir-webdriver to wait for page load
Related Questions in FIREFOX4
- Firefox 4 beta won't allow dynamic creation of elements (Javascript) in new window?
- Has anyone successfully run a WatiN test against FireFox 4?
- Applescript to open current Firefox 4 tab in Google Chrome
- Native NPAPI plugin isn't loaded by Firefox Beta 4
- MediaElement.js in Firefox 4 Beta 10?
- Package executables along with Firefox addon
- FireFox. How to create a bootstrap extension?
- Addon cannot be installed by an error of not be able to modify the needed file
- firefox add-ons sdk vs XUL
- What is alternatives to use popup to avoid Firefox4 popup maximum count?
Related Questions in JSSH
- Has anyone successfully run a WatiN test against FireFox 4?
- How to install JSSH firefox plugin on Mac?
- How to access a file with a js console?
- Firefox + jssh build
- Do I need to open the firefox browser manually from the command prompt with -jssh extension and run the tests in firefox
- Testing Watir on Firefox throws JsshSocket::JSReferenceError
- Is this the proper way of denying remote connections to jssh on Linux?
- Alternatives to FireWatir working with Firefox 4 or higher
- Firefox JSSH Connection or very detailed compile steps on Ubuntu 64?
- Javascript error in jssh in Firefox 4.0b1
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?
Popular Tags
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)
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)