Latest News - ChromeWatir is in github now.
I have finally managed to move ChromeWatir to Github at http://github.com/saivenkat/chrome_watir. I was planning to move to Github as the first Watir project and now I am the last. Anyhow I am now working towards using Chrome's test framework to make the integration with Chrome more stable.
The other project I have been working on is FireDriver (FireWatir + WebDriver). If anyone is wondering why I am doing this please read my blog post on this. In short, this is an attempt to replace the legacy Jssh code with something stable and I am using WebDriver's XPCom based core to do it. The code is at http://github.com/saivenkat/firedriver.
If anyone is interested in contributing, please feel free to fork :).
Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts
Wednesday, September 30, 2009
Thursday, February 19, 2009
ChromeWatir 1.5.0 Released
I am happy to announce that we have released a new version of ChromeWatir. You can get the gem or source from the project page. We have been working on it for quite sometime and it is me whom you should blame for doing a long spike on Chrome AutomationProxy which I did not complete till now :).
What is new in this release
Now that we are done with the release, I think it is time to start working on C++ code to use AutomationProxy for the next release now ;).
What is new in this release
- Support for table and file field elements
- Support for Element Collections like links, images, etc.
- Refactoring and fixing defects in launcher code.
Now that we are done with the release, I think it is time to start working on C++ code to use AutomationProxy for the next release now ;).
Wednesday, January 21, 2009
ChromeWatir new release is available!!!
It just feels like yesterday... And now we have a new release of ChromeWatir-1.4.0.
Whats new in this release?
Future releases... They are quiet far ;). We have lots of things planned. Using the Automation Framework of Chrome is one of them. Compatibility with Watir API, support for table and element collections are also in the list. If you have anything in mind, add it to the wish list we will be putting up in the wiki soon.
I also added the ChromeWatir page in the Watir wiki. Check out the page here.
Download the gem, install, use and let us know the feedback.
Whats new in this release?
- Support for element containers like frames, SPAN, div.
- Refactored the locators and made them better :)
- More test coverage and improved doc. (Check out the wiki)
Future releases... They are quiet far ;). We have lots of things planned. Using the Automation Framework of Chrome is one of them. Compatibility with Watir API, support for table and element collections are also in the list. If you have anything in mind, add it to the wish list we will be putting up in the wiki soon.
I also added the ChromeWatir page in the Watir wiki. Check out the page here.
Download the gem, install, use and let us know the feedback.
Labels:
chrome,
chrome-watir,
functional testing,
watir,
web testing
Monday, January 12, 2009
Announcing ChromeWatir release 1.0.0
I am happy to announce that the first version of ChromeWatir has been released today. ChromeWatir gives a way to test web applications in Google Chrome browser. It follows a Watir like API though there are a few differences we are trying to iron out. Please visit the ChromeWatir Google code website for more details
We are in the process of making it better by stabilizing it as well adding more functionality like containers and elements support. Details about the next release will be put into the wiki once finalized.
The first release is available as gem in the downloads page.
As well the source can be checked out through SVN. Please see the source tab of the project for more information.
We are in the process of making it better by stabilizing it as well adding more functionality like containers and elements support. Details about the next release will be put into the wiki once finalized.
The first release is available as gem in the downloads page.
As well the source can be checked out through SVN. Please see the source tab of the project for more information.
Labels:
chrome,
chrome-watir,
functional testing,
watir,
web testing
Subscribe to:
Posts (Atom)