Most behavior of Selenium WebDriver implements only Press Key or Scrolling Scroll Bar. But, how can we implement the ACTION of "press + scroll mouse wheel"?
More over, my goal is not just to zoom in/out, but also using the mouse wheel action. Although some questions have solved zooming in/out by using "CTRL+ADD", my question want to be solved by mouse wheel action.