使用赛普拉斯在WebGL / Canvas上单击和拖动元素

时间:2018-08-27 07:19:40

标签: opencv canvas webgl cypress

我一直在尝试找出使用赛普拉斯框架在WebGL / Canvas上单击和拖动元素的最佳方法。到目前为止,我已经找到了OpenCV,它使您可以在另一个图像中查找图像(给出可以单击或拖动的坐标)。但这很麻烦。

是否存在预先解决的库或解决方案?

方案示例:

 I click “Window.jpg” in “House.jpg” (finds and clicks on the first Window)
 I drag “WindowBottom.jpg” in “House.jpg” up “100px” (opens the window)
 I drag “Window.jpg” on top of “Trash.jpg” (finds coordinates of Trash and drags the window there)

0 个答案:

没有答案