Hi,

I'm using Qt Webkit to load a a webpage and interact with it.  Is
there a way to programmatically trigger a mouse click given the X, Y
coordinates of a webpage?

So far, I was able to use QWebFrame.hitTestContent(QPoint) to get the
QWebElement under the given QPoint.  However, the element is a Flash
object, and I'd like to trigger a mouse click somewhere on that Flash
object.

Any suggestions?

Thanks,
Yao
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to