Sha256: d64ab81ca1f375389943e0304601882194a4c38b4c97eff06e9fc147fde1f117
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 Bytes
Contents
#include "Body.h" #include "WebPage.h" Body::Body(WebPage *page, QStringList &arguments, QObject *parent) : Command(page, arguments, parent) { } void Body::start() { QString result = page()->currentFrame()->toHtml(); emit finished(new Response(true, result)); }
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
imseng-capybara-webkit-0.12.1 | src/body.cpp |
capybara-webkit-0.12.1 | src/body.cpp |
otherinbox-capybara-webkit-0.12.0 | src/body.cpp |
capybara-webkit-0.12.0 | src/body.cpp |