On Fri, Apr 11, 2008 at 03:36:51PM -0700, Phlip wrote: > I mean programmatically call the link, not just allow a user to click it. > I'm aware one should just call the underlying method, but I can't find a > way to do that from outside the Shoes.app object either...
Sure. To visit a URL: self.visit @the_link.style[:url] Though, I think what you're looking for is some kind of [EMAIL PROTECTED](:click)`, is that right? _why
