Sha256: 7d13f150d713f03b24187acada758a7ca64ec3302e7cce0eca6edc389c8bbb03

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

#include "SetConfirmAction.h"
#include "WebPage.h"
#include "WebPageManager.h"

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

void SetConfirmAction::start()
{
  page()->setConfirmAction(arguments()[0]);
  emit finished(new Response(true));
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capybara-webkit-0.13.2 src/SetConfirmAction.cpp
capybara-webkit-0.13.1 src/SetConfirmAction.cpp
capybara-webkit-0.13.0 src/SetConfirmAction.cpp