Chickenfoot for Firefox: Rewrite the Web
groups.csail.mit.edu
Chickenfoot for Firefox: Rewrite the Web
1–10 of 19 posts
Re: Chickenfoot for Firefox: Rewrite the Web
#2Re: Chickenfoot for Firefox: Rewrite the Web
#3Re: Chickenfoot for Firefox: Rewrite the Web
#4I have used it before now. I made it write the URL of the currentp age to a listener than processed it and sent back any js it decided to run (whcih sounds a bit inner platform but I had my reasons). It is a nifty little tool though I have a slight concern because it has had no updates since 2008 and looks like it might be an orphan.
Re: Chickenfoot for Firefox: Rewrite the Web
#5I have used it before now. I made it write the URL of the currentp age to a listener than processed it and sent back any js it decided to run (whcih sounds a bit inner platform but I had my reasons). It is a nifty little tool though I have a slight concern because it has had no updates since 2008 and looks like it might be an orphan.
Looks like there was a december 2009 release?
Go Chickenfoot !
Re: Chickenfoot for Firefox: Rewrite the Web
#6Re: Chickenfoot for Firefox: Rewrite the Web
#7Re: Chickenfoot for Firefox: Rewrite the Web
#8How does it compare in capabilities to Selenium?
Re: Chickenfoot for Firefox: Rewrite the Web
#9How does it compare in capabilities to Selenium?
One significant advantage that Selenium seems to have is that it accepts CSS3 selectors as target element patterns. Chickenfoot has XPath, but not CSS3. A bit of a bummer because this otherwise looks like it will be fun to play with.