Created
March 18, 2015 20:19
-
-
Save lettergram/64f7069cf3b656c42d26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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