Do you "really" need to replicate/automate/simulate the mouse wheel scrolling? Or just scrolling in general?
If scrolling in general, then what Jakub mentions should suffice, and probably easier.
If actual simulation of mouse wheel scrolling, I'm not aware if the native Actions class offers that. But you can likely simulate with Javascript, but it's different from what Jakub suggested, it's more like this:
I've implemented a wrapper to that myself but have not had the time to fully test out whether that actually works (well) in practice or not. But you're welcome to try and let us know how it worked out for you.