Revision history for WWW::WebKit2
0.11 Fri July 24 15:27:00 CET 2020
Changing drag and drop to use javascript rather than simulated mouse controls.
Getting HTML source with webkit_web_resource_get_data_finish rather than with javascript
Change to page waiting technique used inside fire event
Addition of proxy settings via webkit network proxy
0.111 Tue July 28 16:10:00 CET 2020
Change to how page loading is checked in fire events.
0.12 Wed Sep 16 11:20:00 CET 2020
- Remove potential TOCTOU race condition caused usage of Gtk3::main_iteration
- helper event listener in fire_event now cleans itself up
- remove "intelligent" wait handling in click and implement click_and_wait instead.
Let the user handle the waiting.