Releases
v0.10.0
- Introduce
Scope#wait_for_navigationto properly wait for page navigations to complete.
v0.9.0
- Fix
Scope#screenshotto use the correct HTTP method (GETinstead ofPOST).
v0.8.0
- Fix
fill_in<select>on Safari. Element#tag_namenow normalizes the tag name to lowercase (Safari returns uppercase while other browsers return lowercase).