Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created March 18, 2015 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lettergram/885cf889c3a9c9b0c89c to your computer and use it in GitHub Desktop.
Save lettergram/885cf889c3a9c9b0c89c to your computer and use it in GitHub Desktop.
#include <QWebFrame>
#include <QString>
class javaScriptHandler {
public:
javaScriptHandler();
void injectJavaScript(QWebFrame *);
private:
QString * webElementIdentification;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment