Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created March 18, 2015 20:19
Show Gist options
  • Save lettergram/64f7069cf3b656c42d26 to your computer and use it in GitHub Desktop.
Save lettergram/64f7069cf3b656c42d26 to your computer and use it in GitHub Desktop.
#include "generate.h"
class javaScriptHandler : public QObject {
Q_OBJECT
public slots:
Q_INVOKABLE void webElement(QString);
public:
javaScriptHandler();
void injectJavaScript(QWebFrame *);
private:
QString * webElementIdentification;
Generate * userActionList;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment