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
- (in promise) TypeError: NetworkError when attempting to fetch resource
- Optimizing Selenium script for faster execution
- Apply Firefox policies.json only to Firefox but not to Nightly
- Difficulty Accessing HTTP URLs/IP Addresses Due to Browser Redirecting to HTTPS: Seeking Solutions
- How do I separate emails (from 1 alias) in Thunderbird from invasive websites on Firefox with file browsing scripts? Should I worry?
- Gecko chrome @supports function for strings and numbers
- some CSS property working on chrome's console but not on firefox
- Playwright - Firefox tests time out, but Chromium tests don't
- Notification.permission always return 'denied' on firefox
- Useless horizontal scrollbar in Firefox with absolute positioned div with fixed height
- Why is it impossible to definitively know if your website is running as a PWA or as a website?
- WebRTC from Firefox to Android crashes
- Firefox CSS: Set a variable based on properties of another element
- Getting Negative Time Duration in Sender-to-Client Application using Date.now() api
- Prevent users accessing Firefox menu items
Related Questions in WATIR
- How do I get the fullscreen mode in firefox?
- iframe Handling issue with wait_until and .html Methods
- Using Watir and Selenium how to add certificate to profile for Firefox?
- The dropdown list on this website shows a varying number of options when I open it manually compared to when I open it through automation
- I used this article 'Attach to a manually opened Chrome browser using debuggerAddress'
- How do I connect to the already opened Chrome Browser
- Verify background color for date of month
- Firefox Iframe issue on Watir: Watir's iframe Handling issue with few methods. eg: wait_until and .html Methods
- In Google translate page, printing the text area is not working
- I tried to stop and start this video of youtube using watir but resume is not working
- Ruby & Watir... Web Drivers Conflict
- Running watir tests on new machine throws " undefined method `chrome' for Selenium::WebDriver::Remote::Capabilities:Class"
- How to set the browser version in ruby selenium(WATIR)
- Why is the watir gem failing with webdriver error?
- WSL + Rails + Watir + Selenium: set the value of file input
Related Questions in FIREWATIR
- Error accessing Birthday variable using Watir during gmail sign-up
- Error while creating and instance of IE
- How to install Firewatir
- Undefined local variable or method `firewatir' for main:Object (N ameError)
- Firewatir on ubuntu
- can we automate silverlight screens using watir?
- how to open pop up window table using selenium webdriver?
- How to hold down the control key in watir webdriver
- Error while running watir webdriver script for Chrome
- closing browser error - change behavior
- How to extract the hover box information in watir and print it to a STDOUT
- Watir-webdriver issue with options.yml file
- Select list not working in firewatir
- How to access this Html element in FireWatir
- Firewatir not working
Related Questions in FIREFOX4
- FireFox Extension XulSchool - Adding Events and Commands - on load function
- Addon SDK. Slice main.js into few units?
- FireFox. How to create a bootstrap extension?
- Slow HTTP Load with the Assets Folder of the Project - Ruby on Rails, Webrick, Localhost, Firefox
- Result of jquery element creation not as expected in Firefox 14
- jQuery Mobile MultiPage Not Displaying in Firefox 4
- CSS positioning - Firefox
- keydown not working in firefox
- Safe location to write a file from a Firefox extension?
- hbox should be always at the bottom
- What is alternatives to use popup to avoid Firefox4 popup maximum count?
- Addon cannot be installed by an error of not be able to modify the needed file
- firefox add-ons sdk vs XUL
- Use Remote Content Script File/Javascript in Page-Mod
- Questions on backwards compatibility of Firefox Addons/Extensions
Related Questions in JSSH
- Watin Firefox SetAttributeValue
- How to install JSSH firefox plugin on Mac?
- How to access a file with a js console?
- How to use watir gem in ruby on rails with JSSH in Firefox?
- Do I need to open the firefox browser manually from the command prompt with -jssh extension and run the tests in firefox
- Alternatives to FireWatir working with Firefox 4 or higher
- Has anyone successfully run a WatiN test against FireFox 4?
- Firefox + jssh build
- Javascript/jssh issue Firefox 4.0b1
- Javascript error in jssh in Firefox 4.0b1
- Testing Watir on Firefox throws JsshSocket::JSReferenceError
- getting firewatir to run on mac osx: jssh problems
- Firefox JSSH Connection or very detailed compile steps on Ubuntu 64?
- Is this the proper way of denying remote connections to jssh on Linux?
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?
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)