jarib / celerity-viewers
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (5)
- Wiki (1)
- Graphs
-
Branch:
master
root (author)
Thu Sep 10 05:46:25 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Aug 22 07:31:27 -0700 2009 | |
| |
README.markdown | Mon Aug 17 02:10:07 -0700 2009 | |
| |
cocoa/ | Sun Aug 09 18:14:52 -0700 2009 | |
| |
jruby-swt/ | Mon Aug 10 16:19:52 -0700 2009 | |
| |
qt/ | Thu Sep 10 05:48:31 -0700 2009 | |
| |
rubycocoa/ | Fri Aug 14 11:09:03 -0700 2009 |
README.markdown
what
Apps to help you see what's going on when you run Celerity tests. There are more READMEs further down the tree:
how
The applications set up a TCP server on port 6429. Celerity will look for anyone listening on this port whenever an instance of the browser is created, and, if found, send HTML dumps whenever a page is changed using the protocol described on this page on the Celerity wiki.
The RubyCocoa and Qt apps has the WebKit inspector enabled - right-click and Inspect Element. The SWT version includes the MouseOver DOM inspector.
Note: The pure Cocoa version in the repository is not working yet, use Qt or RubyCocoa for now.
