Changes for version 0.100 - 2017-12-21
- This is a breaking chance, we now support the latest WebDriver spec and test on the latest geckodriver, I suspect phantomjs no longer works, but chromedirver should.
- Add $elem->prop.
- Drop $drv->js_phantom.
- Drop $drv->storage.
- Drop $elem->location.
- Drop $elem->location_in_view.
- Drop $elem->move_to.
- Drop $elem->submit.
- Rename $drv->*_alert to $drv->alert_*.
- Rename $drv->source to $drv->html, add $elem->html.
- Replace $drv->window_{postion,size} with $drv->window_rect.