Re: [PyQt] Trigger mouse click on arbitrary coordinate using Webkit?

2010-07-27 Thread Albert Cervera i Areny
A Dimarts, 27 de juliol de 2010, Yao Ko va escriure: 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

[PyQt] Trigger mouse click on arbitrary coordinate using Webkit?

2010-07-26 Thread Yao Ko
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