Sha256: e306dc62333a3e7e8f5e955c263bf880dbda7fd906bbb5b3779a734f291eb736

Contents?: true

Size: 316 Bytes

Versions: 26

Compression:

Stored size: 316 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() {
  finish(true, page()->uuid());
}

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
capybara-webkit-1.15.1 src/GetWindowHandle.cpp
capybara-webkit-1.15.0 src/GetWindowHandle.cpp
capybara-webkit-1.14.0 src/GetWindowHandle.cpp
capybara-webkit-1.13.0 src/GetWindowHandle.cpp
capybara-webkit-1.12.0 src/GetWindowHandle.cpp
capybara-webkit-1.11.1 src/GetWindowHandle.cpp
capybara-webkit-1.11.0 src/GetWindowHandle.cpp
capybara-webkit-1.10.1 src/GetWindowHandle.cpp
capybara-webkit-1.10.0 src/GetWindowHandle.cpp
capybara-webkit-1.9.0 src/GetWindowHandle.cpp
capybara-webkit-1.8.0 src/GetWindowHandle.cpp
capybara-webkit-1.7.1 src/GetWindowHandle.cpp
capybara-webkit-1.7.0 src/GetWindowHandle.cpp
capybara-webkit-1.6.0 src/GetWindowHandle.cpp
capybara-webkit-1.5.2 src/GetWindowHandle.cpp
capybara-webkit-1.5.1 src/GetWindowHandle.cpp
capybara-webkit-1.5.0 src/GetWindowHandle.cpp
capybara-webkit-1.4.1 src/GetWindowHandle.cpp
capybara-webkit-1.4.0 src/GetWindowHandle.cpp
capybara-webkit-1.3.1 src/GetWindowHandle.cpp