I have tried with the following codes but mouseover is not working.
page.driver.browser.action.move_to(first(".aqqin-icontoolbar.aqqin-icontoolbar-share.first").native).perform
page.driver.browser.mouse.move_to(bookmark_box.native)
This is working fine only with tooltip but not in li dropdown. What should I do please suggest me?