MotionEvent ev=MotionEvent.obtain(0,0,MotionEvent.ACTION_UP,x,y,0); webview.dispatchTouchEvent(ev);(x,y),触发点的位置
提供一个网页!
这个用JS可也实现吧