capybara-webkit/src/WebPage.h

14 lines
190 B
C
Raw Normal View History

2011-02-19 03:53:06 +00:00
#include <QtWebKit>
#include <iostream>
class WebPage : public QWebPage {
Q_OBJECT
public:
WebPage(QObject *parent = 0);
public slots:
bool shouldInterruptJavaScript();
};