webkitdom icon indicating copy to clipboard operation
webkitdom copied to clipboard

Example of DOM access with WebKit2GTK

Results 2 webkitdom issues
Sort by recently updated
recently updated
newest added

Please add instructions. The following works on Ubuntu 14.04 (trusty): ``` sudo apt install git valac libgtk-3-dev git clone https://github.com/rschroll/webkitdom.git cd webkitdom make ```

Using the WebView title has no sense providing we can get the result of the JS execution using [run_javascript_finish](http://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#webkit-web-view-run-javascript) method.