0
彈出窗口圖像窗口阻止窗口應用程序中的停止按鈕和其他按鈕。如何在Squish中移動窗口?我試圖用下面的腳本移動窗口。 Squish不識別彈出窗口。移動彈出窗口
win = waitForObject(":_Image0")
mousePress(win.x, win.y - 10, MouseButton.LeftButton, 0)
mouseMove(win.x + 100, win.y)
mouseRelease(MouseButton.LeftButton)
感謝 PG