mouse scroll event can be submit by selenium using this example
Mouse scroll wheel with selenium webdriver, on element without scrollbar?
or using the java script
driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
but when dealing with google maps review result window Ex.Statue of Liberty National Monument google place review
the mouse scroll event can't be passed, seems this web page block the wheel event any idea?