Sha256: 972ace299ed0bc7390e60150b33d070cfa964d2e4bfe69b582c2b656541a2aa4

Contents?: true

Size: 337 Bytes

Versions: 4

Compression:

Stored size: 337 Bytes

Contents

#include "GetWindowHandle.h"
#include "WebPage.h"
#include "WebPageManager.h"
#include <QStringList>

GetWindowHandle::GetWindowHandle(WebPageManager *manager, QStringList &arguments, QObject *parent) : SocketCommand(manager, arguments, parent) {
}

void GetWindowHandle::start() {
  emit finished(new Response(true, page()->uuid()));
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
capybara-webkit-0.13.2 src/GetWindowHandle.cpp
capybara-webkit-0.13.1 src/GetWindowHandle.cpp
capybara-webkit-0.13.0 src/GetWindowHandle.cpp
otherinbox-capybara-webkit-0.12.0.1 src/GetWindowHandle.cpp