What’s New in Splinter 0.4?¶
Features¶
support for double click, right click, drag and drop and other mouse interactions (only Chrome driver)
support for Python 2.5
Documentation improvements¶
improved API docs
added docs for
is_text_presentmethodadded API docs for
is_element_present_by_*methodsadded docs for mouse interactions
Deprecations¶
simplified name of Selenium drivers, they’re just
chromeandfirefoxnow (instead ofwebdriver.chromeandwebdriver.firefox). The older names were deprecated.changed name of
mouseoverandmouseoutmethods tomouse_overandmouse_out
IMPORTANT¶
The following deprecated methods will be removed in the next splinter release (0.5) from Browser classes:
fill_in
find_by_css_selector
is_element_present_by_css_selector
is_element_not_present_by_css_selector